#DFD978

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

Shades of Wild Rice #DFD978

Tints of Wild Rice #DFD978

Color information

#DFD978 (or 0xDFD978) is unknown color: approx Wild Rice. HEX triplet: DF, D9 and 78. RGB value is (223,217,120). Sum of RGB (Red+Green+Blue) = 223+217+120=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD978 is #202687. Grayscale: #D0D0D0. Windows color (decimal): -2107016 or 7920095. OLE color: 7920095.

HSL color Cylindrical-coordinate representation of color #DFD978: hue angle of 56.5º degrees, saturation: 0.62, 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 #DFD978 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB223217120-
CMYK00.030.460.13
HSL56.5º61.68%67.25%-
HSV(B)56.5º46.19%87.45%-
XYZ58.6366.6727.55-
YUV207.7478.49138.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 120 (47.27% from 255) = 21.43%
R=39.82%
G=38.75%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321712000.030.460.1356.561.6867.25
HexDFD978032ED393e43
Octal3373311700356157176103
Binary1101111111011001111100001110111011011110011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD978; }

 p { color: rgb(223,217,120); }

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

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

 a { background-color: rgb(223,217,120); }

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

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

 span { border-color: rgb(223,217,120); }

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