#D9CE73

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

Shades of Wild Rice #D9CE73

Tints of Wild Rice #D9CE73

Color information

#D9CE73 (or 0xD9CE73) is unknown color: approx Wild Rice. HEX triplet: D9, CE and 73. RGB value is (217,206,115). Sum of RGB (Red+Green+Blue) = 217+206+115=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE73 is #26318C. Grayscale: #C7C7C7. Windows color (decimal): -2503053 or 7589593. OLE color: 7589593.

HSL color Cylindrical-coordinate representation of color #D9CE73: hue angle of 53.53º degrees, saturation: 0.57, 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 #D9CE73 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217206115-
CMYK00.050.470.15
HSL53.53º57.3%65.1%-
HSV(B)53.53º47%85.1%-
XYZ53.7860.1324.99-
YUV198.9280.64140.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 115 (45.31% from 255) = 21.38%
R=40.33%
G=38.29%
B=21.38%

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
Decimal21720611500.050.470.1553.5357.365.1
HexD9CE73052FF363941
Octal3313161630557176671101
Binary11011001110011101110011010110111111111101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE73; }

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

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

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

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

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

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

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

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