#D9CE74

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

Shades of Wild Rice #D9CE74

Tints of Wild Rice #D9CE74

Color information

#D9CE74 (or 0xD9CE74) is unknown color: approx Wild Rice. HEX triplet: D9, CE and 74. RGB value is (217,206,116). Sum of RGB (Red+Green+Blue) = 217+206+116=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE74 is #26318B. Grayscale: #C7C7C7. Windows color (decimal): -2503052 or 7655129. OLE color: 7655129.

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

Color convert

RGB217206116-
CMYK00.050.470.15
HSL53.47º57.06%65.29%-
HSV(B)53.47º46.54%85.1%-
XYZ53.8460.1625.3-
YUV199.0381.14140.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 116 (45.70% from 255) = 21.52%
R=40.26%
G=38.22%
B=21.52%

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
Decimal21720611600.050.470.1553.4757.0665.29
HexD9CE74052FF353941
Octal3313161640557176571101
Binary11011001110011101110100010110111111111101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE74; }

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

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

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

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

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

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

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

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