#D9D47D

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

Shades of Wild Rice #D9D47D

Tints of Wild Rice #D9D47D

Color information

#D9D47D (or 0xD9D47D) is unknown color: approx Wild Rice. HEX triplet: D9, D4 and 7D. RGB value is (217,212,125). Sum of RGB (Red+Green+Blue) = 217+212+125=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D47D is #262B82. Grayscale: #CBCBCB. Windows color (decimal): -2501507 or 8246489. OLE color: 8246489.

HSL color Cylindrical-coordinate representation of color #D9D47D: hue angle of 56.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9D47D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217212125-
CMYK00.020.420.15
HSL56.74º54.76%67.06%-
HSV(B)56.74º42.4%85.1%-
XYZ55.8663.3228.68-
YUV203.5883.66137.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 212 (83.20% from 255) = 38.27%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=39.17%
G=38.27%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721212500.020.420.1556.7454.7667.06
HexD9D47D022AF393743
Octal3313241750252177167103
Binary1101100111010100111110101010101011111110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D47D; }

 p { color: rgb(217,212,125); }

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

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

 a { background-color: rgb(217,212,125); }

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

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

 span { border-color: rgb(217,212,125); }

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