#DDCC76

Color #DDCC76 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DDCC76

Tints of Wild Rice #DDCC76

Color information

#DDCC76 (or 0xDDCC76) is unknown color: approx Wild Rice. HEX triplet: DD, CC and 76. RGB value is (221,204,118). Sum of RGB (Red+Green+Blue) = 221+204+118=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC76 is #223389. Grayscale: #C7C7C7. Windows color (decimal): -2241418 or 7785693. OLE color: 7785693.

HSL color Cylindrical-coordinate representation of color #DDCC76: hue angle of 50.1º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDCC76 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221204118-
CMYK00.080.470.13
HSL50.1º60.23%66.47%-
HSV(B)50.1º46.61%86.67%-
XYZ54.6859.8725.81-
YUV199.2882.13143.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 118 (46.48% from 255) = 21.73%
R=40.70%
G=37.57%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120411800.080.470.1350.160.2366.47
HexDDCC76082FD323c42
Octal33531416601057156274102
Binary110111011100110011101100100010111111011100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC76; }

 p { color: rgb(221,204,118); }

 H1.HeaderClassName
 {
   color: #DDCC76;
 }
 .AnyTagClassName
 {
   color: #DDCC76;
 }
</style>
background-color css

<style>
 a { background-color: #DDCC76; }

 a { background-color: rgb(221,204,118); }

 div.DivClassName
 {
   background-color: #DDCC76;
 }
 .BgClassName
 {
   background-color: #DDCC76;
 }
</style>
border-color css

<style>
 span { border-color: #DDCC76; }

 span { border-color: rgb(221,204,118); }

 td.TdClassName
 {
   border-color: #DDCC76;
 }
 .TagClassName
 {
   border-color: #DDCC76;
 }
</style>