#D9CE72

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

Shades of Wild Rice #D9CE72

Tints of Wild Rice #D9CE72

Color information

#D9CE72 (or 0xD9CE72) is unknown color: approx Wild Rice. HEX triplet: D9, CE and 72. RGB value is (217,206,114). Sum of RGB (Red+Green+Blue) = 217+206+114=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE72 is #26318D. Grayscale: #C7C7C7. Windows color (decimal): -2503054 or 7524057. OLE color: 7524057.

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

Color convert

RGB217206114-
CMYK00.050.470.15
HSL53.59º57.54%64.9%-
HSV(B)53.59º47.47%85.1%-
XYZ53.7260.1124.69-
YUV198.880.14140.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 114 (44.92% from 255) = 21.23%
R=40.41%
G=38.36%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720611400.050.470.1553.5957.5464.9
HexD9CE72052FF363a41
Octal3313161620557176672101
Binary11011001110011101110010010110111111111101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE72; }

 p { color: rgb(217,206,114); }

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

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

 a { background-color: rgb(217,206,114); }

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

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

 span { border-color: rgb(217,206,114); }

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