#DFCF79

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

Shades of Wild Rice #DFCF79

Tints of Wild Rice #DFCF79

Color information

#DFCF79 (or 0xDFCF79) is unknown color: approx Wild Rice. HEX triplet: DF, CF and 79. RGB value is (223,207,121). Sum of RGB (Red+Green+Blue) = 223+207+121=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF79 is #203086. Grayscale: #CACACA. Windows color (decimal): -2109575 or 7983071. OLE color: 7983071.

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

Color convert

RGB223207121-
CMYK00.070.460.13
HSL50.59º61.45%67.45%-
HSV(B)50.59º45.74%87.45%-
XYZ56.261.6927.04-
YUV201.9882.3142.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 121 (47.66% from 255) = 21.96%
R=40.47%
G=37.57%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320712100.070.460.1350.5961.4567.45
HexDFCF79072ED333d43
Octal3373171710756156375103
Binary11011111110011111111001011110111011011100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF79; }

 p { color: rgb(223,207,121); }

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

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

 a { background-color: rgb(223,207,121); }

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

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

 span { border-color: rgb(223,207,121); }

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