#DFD580

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

Shades of Wild Rice #DFD580

Tints of Wild Rice #DFD580

Color information

#DFD580 (or 0xDFD580) is unknown color: approx Wild Rice. HEX triplet: DF, D5 and 80. RGB value is (223,213,128). Sum of RGB (Red+Green+Blue) = 223+213+128=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD580 is #202A7F. Grayscale: #CECECE. Windows color (decimal): -2108032 or 8443359. OLE color: 8443359.

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

Color convert

RGB223213128-
CMYK00.040.430.13
HSL53.68º59.75%68.82%-
HSV(B)53.68º42.6%87.45%-
XYZ58.1264.8329.87-
YUV206.383.81139.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 128 (50.39% from 255) = 22.70%
R=39.54%
G=37.77%
B=22.70%

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
Decimal22321312800.040.430.1353.6859.7568.82
HexDFD580042BD363c45
Octal3373252000453156674105
Binary110111111101010110000000010010101111011101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD580; }

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

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

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

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

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

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

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

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