Color Hex Logo

#ddab46 Color Hex

#DDAB46
(221,171,70)
0 Favorites   0 Comments

Color spaces of #ddab46

RGB 22117170
HSL0.110.690.57
HSV40°68°87°
CMYK 0.000.230.68   0.13
XYZ45.487244.940212.0712
Yxy44.94020.44380.4384
Hunter Lab67.03753.802836.2501
CIE-Lab72.85258.114357.1153

#ddab46 color RGB value is (221,171,70).

#ddab46 hex color red value is 221, green value is 171 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ddab46 hue: 0.11 , saturation: 0.69 and the lightness value of ddab46 is 0.57.

The process color (four color CMYK) of #ddab46 color hex is 0.00, 0.23, 0.68, 0.13. Web safe color of #ddab46 is #cc9933. Color #ddab46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01000110
Octal 335 253 106
Decimal 221 171 70
Hex DD AB 46

RGB Percentages of Color #ddab46

%47.84
%37.01
%15.15

CMYK Percentages of Color #ddab46

%0
%23
%68
%13

Triadic Colors of #ddab46

#ddab46 #46ddab #ab46dd

Analogous Colors of #ddab46

#ddab46 #c4dd46 #dd6046

Monochromatic Colors of #ddab46

#ddab46

Complementary Color

#ddab46 #4678dd

#ddab46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab46 Color CSS Codes

.mybgcolor {background-color:#ddab46; } 
.myforecolor {color:#ddab46; }
.mybordercolor {border:3px solid #ddab46; }

#ddab46 Text Font Color

<p style="color:#ddab46">Text here</p>

This sample text font color is #ddab46
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddab46 Background Color

<div style="background-color:#ddab46">
Div content here</div>

This div background color is #ddab46


#ddab46 Border Color

<div style="border:3px solid #ddab46">
Div here</div>

This div border color is #ddab46


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,171,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddab46; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddab46;
  -webkit-box-shadow: 1px 1px 3px 2px #ddab46;
  box-shadow:         1px 1px 3px 2px #ddab46; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,171,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddab46">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddab46;
  -webkit-box-shadow: 1px 1px 3px 2px #ddab46;
  box-shadow:         1px 1px 3px 2px #ddab46;">
Div content here</div>

This div box has shadow with color #ddab46

#ddab46 Color Palettes


Comments

No comments written yet.

Please login to write comment.