#DFD97E

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

Shades of Wild Rice #DFD97E

Tints of Wild Rice #DFD97E

Color information

#DFD97E (or 0xDFD97E) is unknown color: approx Wild Rice. HEX triplet: DF, D9 and 7E. RGB value is (223,217,126). Sum of RGB (Red+Green+Blue) = 223+217+126=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD97E is #202681. Grayscale: #D0D0D0. Windows color (decimal): -2107010 or 8313311. OLE color: 8313311.

HSL color Cylindrical-coordinate representation of color #DFD97E: hue angle of 56.29º 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 #DFD97E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223217126-
CMYK00.030.430.13
HSL56.29º60.25%68.43%-
HSV(B)56.29º43.5%87.45%-
XYZ59.0166.8229.53-
YUV208.4281.49138.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=39.40%
G=38.34%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321712600.030.430.1356.2960.2568.43
HexDFD97E032BD383c44
Octal3373311760353157074104
Binary1101111111011001111111001110101111011110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD97E; }

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

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

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

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

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

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

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

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