#DFD776

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

Shades of Wild Rice #DFD776

Tints of Wild Rice #DFD776

Color information

#DFD776 (or 0xDFD776) is unknown color: approx Wild Rice. HEX triplet: DF, D7 and 76. RGB value is (223,215,118). Sum of RGB (Red+Green+Blue) = 223+215+118=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD776 is #202889. Grayscale: #CECECE. Windows color (decimal): -2107530 or 7788511. OLE color: 7788511.

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

Color convert

RGB223215118-
CMYK00.040.470.13
HSL55.43º62.13%66.86%-
HSV(B)55.43º47.09%87.45%-
XYZ5865.626.74-
YUV206.3378.15139.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 118 (46.48% from 255) = 21.22%
R=40.11%
G=38.67%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321511800.040.470.1355.4362.1366.86
HexDFD776042FD373e43
Octal3373271660457156776103
Binary11011111110101111110110010010111111011101111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD776; }

 p { color: rgb(223,215,118); }

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

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

 a { background-color: rgb(223,215,118); }

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

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

 span { border-color: rgb(223,215,118); }

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