Color Hex Logo

#ddcc46 Color Hex

#DDCC46
(221,204,70)
0 Favorites   0 Comments

Color spaces of #ddcc46

RGB 22120470
HSL0.150.690.57
HSV53°68°87°
CMYK 0.000.080.68   0.13
XYZ52.517259.000114.4146
Yxy59.00010.41700.4685
Hunter Lab76.8115-12.377042.6416
CIE-Lab81.2917-9.070465.8122

#ddcc46 color RGB value is (221,204,70).

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

The process color (four color CMYK) of #ddcc46 color hex is 0.00, 0.08, 0.68, 0.13. Web safe color of #ddcc46 is #cccc33. Color #ddcc46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 01000110
Octal 335 314 106
Decimal 221 204 70
Hex DD CC 46

RGB Percentages of Color #ddcc46

%44.65
%41.21
%14.14

CMYK Percentages of Color #ddcc46

%0
%8
%68
%13

Triadic Colors of #ddcc46

#ddcc46 #46ddcc #cc46dd

Analogous Colors of #ddcc46

#ddcc46 #a3dd46 #dd8146

Monochromatic Colors of #ddcc46

#ddcc46

Complementary Color

#ddcc46 #4657dd

#ddcc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc46 Color CSS Codes

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

#ddcc46 Text Font Color

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

This sample text font color is #ddcc46
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.


#ddcc46 Background Color

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

This div background color is #ddcc46


#ddcc46 Border Color

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

This div border color is #ddcc46


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,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 #ddcc46">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc46


Comments

No comments written yet.

Please login to write comment.