#DFD575

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

Shades of Wild Rice #DFD575

Tints of Wild Rice #DFD575

Color information

#DFD575 (or 0xDFD575) is unknown color: approx Wild Rice. HEX triplet: DF, D5 and 75. RGB value is (223,213,117). Sum of RGB (Red+Green+Blue) = 223+213+117=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD575 is #202A8A. Grayscale: #CDCDCD. Windows color (decimal): -2108043 or 7722463. OLE color: 7722463.

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

Color convert

RGB223213117-
CMYK00.040.480.13
HSL54.34º62.35%66.67%-
HSV(B)54.34º47.53%87.45%-
XYZ57.4464.5626.26-
YUV205.0578.31140.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=40.33%
G=38.52%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321311700.040.480.1354.3462.3566.67
HexDFD5750430D363e43
Octal3373251650460156676103
Binary11011111110101011110101010011000011011101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD575; }

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

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

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

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

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

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

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

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