#D8CC69

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

Shades of Wild Rice #D8CC69

Tints of Wild Rice #D8CC69

Color information

#D8CC69 (or 0xD8CC69) is unknown color: approx Wild Rice. HEX triplet: D8, CC and 69. RGB value is (216,204,105). Sum of RGB (Red+Green+Blue) = 216+204+105=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC69 is #273396. Grayscale: #C4C4C4. Windows color (decimal): -2569111 or 6933720. OLE color: 6933720.

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

Color convert

RGB216204105-
CMYK00.060.510.15
HSL53.51º58.73%62.94%-
HSV(B)53.51º51.39%84.71%-
XYZ52.4658.821.95-
YUV196.376.48142.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 105 (41.41% from 255) = 20%
R=41.14%
G=38.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620410500.060.510.1553.5158.7362.94
HexD8CC690633F363b3f
Octal330314151066317667377
Binary1101100011001100110100101101100111111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC69; }

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

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

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

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

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

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

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

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