#d9cc6e

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

Shades of Wild Rice #D9CC6E

Tints of Wild Rice #D9CC6E

Color information

#D9CC6E (or 0xD9CC6E) is unknown color: approx Wild Rice. HEX triplet: D9, CC and 6E. RGB value is (217,204,110). Sum of RGB (Red+Green+Blue) = 217+204+110=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC6E is #263391. Grayscale: #C5C5C5. Windows color (decimal): -2503570 or 7261401. OLE color: 7261401.

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

Color convert

RGB217204110-
CMYK00.060.490.15
HSL52.71º58.47%64.12%-
HSV(B)52.71º49.31%85.1%-
XYZ53.0259.0623.36-
YUV197.1778.81142.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=40.87%
G=38.42%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720411000.060.490.1552.7158.4764.12
HexD9CC6E0631F353a40
Octal3313141560661176572100
Binary11011001110011001101110011011000111111101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9cc6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9cc6e; }

 p { color: rgb(217,204,110); }

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

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

 a { background-color: rgb(217,204,110); }

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

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

 span { border-color: rgb(217,204,110); }

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