#DFD276

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

Shades of Wild Rice #DFD276

Tints of Wild Rice #DFD276

Color information

#DFD276 (or 0xDFD276) is unknown color: approx Wild Rice. HEX triplet: DF, D2 and 76. RGB value is (223,210,118). Sum of RGB (Red+Green+Blue) = 223+210+118=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD276 is #202D89. Grayscale: #CBCBCB. Windows color (decimal): -2108810 or 7787231. OLE color: 7787231.

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

Color convert

RGB223210118-
CMYK00.060.470.13
HSL52.57º62.13%66.86%-
HSV(B)52.57º47.09%87.45%-
XYZ56.7563.0926.33-
YUV203.479.81141.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=40.47%
G=38.11%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321011800.060.470.1352.5762.1366.86
HexDFD276062FD353e43
Octal3373221660657156576103
Binary11011111110100101110110011010111111011101011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD276; }

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

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

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

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

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

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

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

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