#D8CC6D

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

Shades of Wild Rice #D8CC6D

Tints of Wild Rice #D8CC6D

Color information

#D8CC6D (or 0xD8CC6D) is unknown color: approx Wild Rice. HEX triplet: D8, CC and 6D. RGB value is (216,204,109). Sum of RGB (Red+Green+Blue) = 216+204+109=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC6D is #273392. Grayscale: #C5C5C5. Windows color (decimal): -2569107 or 7195864. OLE color: 7195864.

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

Color convert

RGB216204109-
CMYK00.060.500.15
HSL53.27º57.84%63.73%-
HSV(B)53.27º49.54%84.71%-
XYZ52.6758.8923.06-
YUV196.7678.48141.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=40.83%
G=38.56%
B=20.60%

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
Decimal21620410900.060.500.1553.2757.8463.73
HexD8CC6D0632F353a40
Octal3303141550662176572100
Binary11011000110011001101101011011001011111101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC6D; }

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

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

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

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

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

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

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

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