#DCCE76

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

Shades of Wild Rice #DCCE76

Tints of Wild Rice #DCCE76

Color information

#DCCE76 (or 0xDCCE76) is unknown color: approx Wild Rice. HEX triplet: DC, CE and 76. RGB value is (220,206,118). Sum of RGB (Red+Green+Blue) = 220+206+118=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE76 is #233189. Grayscale: #C8C8C8. Windows color (decimal): -2306442 or 7786204. OLE color: 7786204.

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

Color convert

RGB220206118-
CMYK00.060.460.14
HSL51.76º59.3%66.27%-
HSV(B)51.76º46.36%86.27%-
XYZ54.8660.6725.96-
YUV200.1581.64142.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 118 (46.48% from 255) = 21.69%
R=40.44%
G=37.87%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020611800.060.460.1451.7659.366.27
HexDCCE76062EE343b42
Octal3343161660656166473102
Binary11011100110011101110110011010111011101101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE76; }

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

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

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

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

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

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

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

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