#DFD076

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

Shades of Wild Rice #DFD076

Tints of Wild Rice #DFD076

Color information

#DFD076 (or 0xDFD076) is unknown color: approx Wild Rice. HEX triplet: DF, D0 and 76. RGB value is (223,208,118). Sum of RGB (Red+Green+Blue) = 223+208+118=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD076 is #202F89. Grayscale: #CACACA. Windows color (decimal): -2109322 or 7786719. OLE color: 7786719.

HSL color Cylindrical-coordinate representation of color #DFD076: hue angle of 51.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 #DFD076 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB223208118-
CMYK00.070.470.13
HSL51.43º62.13%66.86%-
HSV(B)51.43º47.09%87.45%-
XYZ56.2662.1126.16-
YUV202.2280.47142.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 118 (46.48% from 255) = 21.49%
R=40.62%
G=37.89%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320811800.070.470.1351.4362.1366.86
HexDFD076072FD333e43
Octal3373201660757156376103
Binary11011111110100001110110011110111111011100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD076; }

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

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

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

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

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

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

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

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