#D9CC70

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

Shades of Wild Rice #D9CC70

Tints of Wild Rice #D9CC70

Color information

#D9CC70 (or 0xD9CC70) is unknown color: approx Wild Rice. HEX triplet: D9, CC and 70. RGB value is (217,204,112). Sum of RGB (Red+Green+Blue) = 217+204+112=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC70 is #26338F. Grayscale: #C5C5C5. Windows color (decimal): -2503568 or 7392473. OLE color: 7392473.

HSL color Cylindrical-coordinate representation of color #D9CC70: hue angle of 52.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9CC70 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217204112-
CMYK00.060.480.15
HSL52.57º58.01%64.51%-
HSV(B)52.57º48.39%85.1%-
XYZ53.1359.1123.94-
YUV197.479.81141.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 112 (44.14% from 255) = 21.01%
R=40.71%
G=38.27%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720411200.060.480.1552.5758.0164.51
HexD9CC700630F353a41
Octal3313141600660176572101
Binary11011001110011001110000011011000011111101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC70; }

 p { color: rgb(217,204,112); }

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

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

 a { background-color: rgb(217,204,112); }

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

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

 span { border-color: rgb(217,204,112); }

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