#DFD272

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

Shades of Wild Rice #DFD272

Tints of Wild Rice #DFD272

Color information

#DFD272 (or 0xDFD272) is unknown color: approx Wild Rice. HEX triplet: DF, D2 and 72. RGB value is (223,210,114). Sum of RGB (Red+Green+Blue) = 223+210+114=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD272 is #202D8D. Grayscale: #CBCBCB. Windows color (decimal): -2108814 or 7525087. OLE color: 7525087.

HSL color Cylindrical-coordinate representation of color #DFD272: hue angle of 52.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFD272 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB223210114-
CMYK00.060.490.13
HSL52.84º63.01%66.08%-
HSV(B)52.84º48.88%87.45%-
XYZ56.526325.1-
YUV202.9477.81142.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=40.77%
G=38.39%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321011400.060.490.1352.8463.0166.08
HexDFD2720631D353f42
Octal3373221620661156577102
Binary11011111110100101110010011011000111011101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD272; }

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

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

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

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

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

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

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

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