Color Hex Logo

#ddcc10 Color Hex

#DDCC10
(221,204,16)
0 Favorites   0 Comments

Color spaces of #ddcc10

RGB 22120416
HSL0.150.860.46
HSV55°93°87°
CMYK 0.000.080.93   0.13
XYZ51.505258.59539.0856
Yxy58.59530.43210.4916
Hunter Lab76.5476-13.854146.5460
CIE-Lab81.0686-10.761779.9631

#ddcc10 color RGB value is (221,204,16).

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

The process color (four color CMYK) of #ddcc10 color hex is 0.00, 0.08, 0.93, 0.13. Web safe color of #ddcc10 is #cccc00. Color #ddcc10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 00010000
Octal 335 314 20
Decimal 221 204 16
Hex DD CC 10

RGB Percentages of Color #ddcc10

%50.11
%46.26
%3.63

CMYK Percentages of Color #ddcc10

%0
%8
%93
%13

Triadic Colors of #ddcc10

#ddcc10 #10ddcc #cc10dd

Analogous Colors of #ddcc10

#ddcc10 #88dd10 #dd6610

Monochromatic Colors of #ddcc10

#ddcc10

Complementary Color

#ddcc10 #1021dd

#ddcc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc10 Color CSS Codes

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

#ddcc10 Text Font Color

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

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


#ddcc10 Background Color

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

This div background color is #ddcc10


#ddcc10 Border Color

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

This div border color is #ddcc10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc10


Comments

No comments written yet.

Please login to write comment.