#DCD076

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

Shades of Wild Rice #DCD076

Tints of Wild Rice #DCD076

Color information

#DCD076 (or 0xDCD076) is unknown color: approx Wild Rice. HEX triplet: DC, D0 and 76. RGB value is (220,208,118). Sum of RGB (Red+Green+Blue) = 220+208+118=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD076 is #232F89. Grayscale: #C9C9C9. Windows color (decimal): -2305930 or 7786716. OLE color: 7786716.

HSL color Cylindrical-coordinate representation of color #DCD076: hue angle of 52.94º 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 #DCD076 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220208118-
CMYK00.050.460.14
HSL52.94º59.3%66.27%-
HSV(B)52.94º46.36%86.27%-
XYZ55.3461.6426.12-
YUV201.3380.98141.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 118 (46.48% from 255) = 21.61%
R=40.29%
G=38.10%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020811800.050.460.1452.9459.366.27
HexDCD076052EE353b42
Octal3343201660556166573102
Binary11011100110100001110110010110111011101101011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD076; }

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

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

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

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

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

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

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

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