#DFD57E

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

Shades of Wild Rice #DFD57E

Tints of Wild Rice #DFD57E

Color information

#DFD57E (or 0xDFD57E) is unknown color: approx Wild Rice. HEX triplet: DF, D5 and 7E. RGB value is (223,213,126). Sum of RGB (Red+Green+Blue) = 223+213+126=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD57E is #202A81. Grayscale: #CECECE. Windows color (decimal): -2108034 or 8312287. OLE color: 8312287.

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

Color convert

RGB223213126-
CMYK00.040.430.13
HSL53.81º60.25%68.43%-
HSV(B)53.81º43.5%87.45%-
XYZ57.9964.7829.19-
YUV206.0782.81140.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 126 (49.61% from 255) = 22.42%
R=39.68%
G=37.90%
B=22.42%

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
Decimal22321312600.040.430.1353.8160.2568.43
HexDFD57E042BD363c44
Octal3373251760453156674104
Binary11011111110101011111110010010101111011101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD57E; }

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

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

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

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

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

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

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

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