#DFD77E

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

Shades of Wild Rice #DFD77E

Tints of Wild Rice #DFD77E

Color information

#DFD77E (or 0xDFD77E) is unknown color: approx Wild Rice. HEX triplet: DF, D7 and 7E. RGB value is (223,215,126). Sum of RGB (Red+Green+Blue) = 223+215+126=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD77E is #202881. Grayscale: #CFCFCF. Windows color (decimal): -2107522 or 8312799. OLE color: 8312799.

HSL color Cylindrical-coordinate representation of color #DFD77E: hue angle of 55.05º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD77E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223215126-
CMYK00.040.430.13
HSL55.05º60.25%68.43%-
HSV(B)55.05º43.5%87.45%-
XYZ58.565.829.36-
YUV207.2582.15139.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 126 (49.61% from 255) = 22.34%
R=39.54%
G=38.12%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321512600.040.430.1355.0560.2568.43
HexDFD77E042BD373c44
Octal3373271760453156774104
Binary11011111110101111111110010010101111011101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD77E; }

 p { color: rgb(223,215,126); }

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

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

 a { background-color: rgb(223,215,126); }

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

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

 span { border-color: rgb(223,215,126); }

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