#DFD574

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

Shades of Wild Rice #DFD574

Tints of Wild Rice #DFD574

Color information

#DFD574 (or 0xDFD574) is unknown color: approx Wild Rice. HEX triplet: DF, D5 and 74. RGB value is (223,213,116). Sum of RGB (Red+Green+Blue) = 223+213+116=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD574 is #202A8B. Grayscale: #CDCDCD. Windows color (decimal): -2108044 or 7656927. OLE color: 7656927.

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

Color convert

RGB223213116-
CMYK00.040.480.13
HSL54.39º62.57%66.47%-
HSV(B)54.39º47.98%87.45%-
XYZ57.3864.5425.96-
YUV204.9377.81140.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 116 (45.70% from 255) = 21.01%
R=40.40%
G=38.59%
B=21.01%

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
Decimal22321311600.040.480.1354.3962.5766.47
HexDFD5740430D363f42
Octal3373251640460156677102
Binary11011111110101011110100010011000011011101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD574; }

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

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

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

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

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

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

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

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