#d8cc68

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

Shades of Wild Rice #D8CC68

Tints of Wild Rice #D8CC68

Color information

#D8CC68 (or 0xD8CC68) is unknown color: approx Wild Rice. HEX triplet: D8, CC and 68. RGB value is (216,204,104). Sum of RGB (Red+Green+Blue) = 216+204+104=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC68 is #273397. Grayscale: #C4C4C4. Windows color (decimal): -2569112 or 6868184. OLE color: 6868184.

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

Color convert

RGB216204104-
CMYK00.060.520.15
HSL53.57º58.95%62.75%-
HSV(B)53.57º51.85%84.71%-
XYZ52.4158.7821.68-
YUV196.1975.98142.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=41.22%
G=38.93%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620410400.060.520.1553.5758.9562.75
HexD8CC680634F363b3f
Octal330314150066417667377
Binary1101100011001100110100001101101001111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8cc68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8cc68; }

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

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

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

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

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

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

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

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