#D8CC6B

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

Shades of Wild Rice #D8CC6B

Tints of Wild Rice #D8CC6B

Color information

#D8CC6B (or 0xD8CC6B) is unknown color: approx Wild Rice. HEX triplet: D8, CC and 6B. RGB value is (216,204,107). Sum of RGB (Red+Green+Blue) = 216+204+107=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC6B is #273394. Grayscale: #C4C4C4. Windows color (decimal): -2569109 or 7064792. OLE color: 7064792.

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

Color convert

RGB216204107-
CMYK00.060.500.15
HSL53.39º58.29%63.33%-
HSV(B)53.39º50.46%84.71%-
XYZ52.5758.8522.5-
YUV196.5377.48141.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 107 (42.19% from 255) = 20.30%
R=40.99%
G=38.71%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620410700.060.500.1553.3958.2963.33
HexD8CC6B0632F353a3f
Octal330314153066217657277
Binary1101100011001100110101101101100101111110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC6B; }

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

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

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

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

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

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

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

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