#DCD576

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

Shades of Wild Rice #DCD576

Tints of Wild Rice #DCD576

Color information

#DCD576 (or 0xDCD576) is unknown color: approx Wild Rice. HEX triplet: DC, D5 and 76. RGB value is (220,213,118). Sum of RGB (Red+Green+Blue) = 220+213+118=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD576 is #232A89. Grayscale: #CCCCCC. Windows color (decimal): -2304650 or 7787996. OLE color: 7787996.

HSL color Cylindrical-coordinate representation of color #DCD576: hue angle of 55.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCD576 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220213118-
CMYK00.030.460.14
HSL55.88º59.3%66.27%-
HSV(B)55.88º46.36%86.27%-
XYZ56.5864.1126.53-
YUV204.2679.32139.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=39.93%
G=38.66%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021311800.030.460.1455.8859.366.27
HexDCD576032EE383b42
Octal3343251660356167073102
Binary1101110011010101111011001110111011101110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD576; }

 p { color: rgb(220,213,118); }

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

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

 a { background-color: rgb(220,213,118); }

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

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

 span { border-color: rgb(220,213,118); }

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