#DFDA7D

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

Shades of Wild Rice #DFDA7D

Tints of Wild Rice #DFDA7D

Color information

#DFDA7D (or 0xDFDA7D) is unknown color: approx Wild Rice. HEX triplet: DF, DA and 7D. RGB value is (223,218,125). Sum of RGB (Red+Green+Blue) = 223+218+125=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA7D is #202582. Grayscale: #D1D1D1. Windows color (decimal): -2106755 or 8248031. OLE color: 8248031.

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

Color convert

RGB223218125-
CMYK00.020.440.13
HSL56.94º60.49%68.24%-
HSV(B)56.94º43.95%87.45%-
XYZ59.267.3129.27-
YUV208.8980.66138.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=39.40%
G=38.52%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321812500.020.440.1356.9460.4968.24
HexDFDA7D022CD393c44
Octal3373321750254157174104
Binary1101111111011010111110101010110011011110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA7D; }

 p { color: rgb(223,218,125); }

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

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

 a { background-color: rgb(223,218,125); }

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

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

 span { border-color: rgb(223,218,125); }

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