#DFD56F

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

Shades of Wild Rice #DFD56F

Tints of Wild Rice #DFD56F

Color information

#DFD56F (or 0xDFD56F) is unknown color: approx Wild Rice. HEX triplet: DF, D5 and 6F. RGB value is (223,213,111). Sum of RGB (Red+Green+Blue) = 223+213+111=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD56F is #202A90. Grayscale: #CCCCCC. Windows color (decimal): -2108049 or 7329247. OLE color: 7329247.

HSL color Cylindrical-coordinate representation of color #DFD56F: hue angle of 54.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD56F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223213111-
CMYK00.040.500.13
HSL54.64º63.64%65.49%-
HSV(B)54.64º50.22%87.45%-
XYZ57.0964.4224.46-
YUV204.3675.31141.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 111 (43.75% from 255) = 20.29%
R=40.77%
G=38.94%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321311100.040.500.1354.6463.6465.49
HexDFD56F0432D374041
Octal33732515704621567100101
Binary110111111101010111011110100110010110111011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD56F; }

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

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

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

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

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

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

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

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