#D8CC70

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

Shades of Wild Rice #D8CC70

Tints of Wild Rice #D8CC70

Color information

#D8CC70 (or 0xD8CC70) is unknown color: approx Wild Rice. HEX triplet: D8, CC and 70. RGB value is (216,204,112). Sum of RGB (Red+Green+Blue) = 216+204+112=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC70 is #27338F. Grayscale: #C5C5C5. Windows color (decimal): -2569104 or 7392472. OLE color: 7392472.

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

Color convert

RGB216204112-
CMYK00.060.480.15
HSL53.08º57.14%64.31%-
HSV(B)53.08º48.15%84.71%-
XYZ52.8458.9523.92-
YUV197.179.98141.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 112 (44.14% from 255) = 21.05%
R=40.60%
G=38.35%
B=21.05%

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
Decimal21620411200.060.480.1553.0857.1464.31
HexD8CC700630F353940
Octal3303141600660176571100
Binary11011000110011001110000011011000011111101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC70; }

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

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

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

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

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

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

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

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