#DED372

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

Shades of Wild Rice #DED372

Tints of Wild Rice #DED372

Color information

#DED372 (or 0xDED372) is unknown color: approx Wild Rice. HEX triplet: DE, D3 and 72. RGB value is (222,211,114). Sum of RGB (Red+Green+Blue) = 222+211+114=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED372 is #212C8D. Grayscale: #CBCBCB. Windows color (decimal): -2174094 or 7525342. OLE color: 7525342.

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

Color convert

RGB222211114-
CMYK00.050.490.13
HSL53.89º62.07%65.88%-
HSV(B)53.89º48.65%87.06%-
XYZ56.4663.3325.17-
YUV203.2377.64141.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=40.59%
G=38.57%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221111400.050.490.1353.8962.0765.88
HexDED3720531D363e42
Octal3363231620561156676102
Binary11011110110100111110010010111000111011101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED372; }

 p { color: rgb(222,211,114); }

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

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

 a { background-color: rgb(222,211,114); }

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

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

 span { border-color: rgb(222,211,114); }

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