#DED379

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

Shades of Wild Rice #DED379

Tints of Wild Rice #DED379

Color information

#DED379 (or 0xDED379) is unknown color: approx Wild Rice. HEX triplet: DE, D3 and 79. RGB value is (222,211,121). Sum of RGB (Red+Green+Blue) = 222+211+121=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED379 is #212C86. Grayscale: #CCCCCC. Windows color (decimal): -2174087 or 7984094. OLE color: 7984094.

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

Color convert

RGB222211121-
CMYK00.050.450.13
HSL53.47º60.48%67.25%-
HSV(B)53.47º45.5%87.06%-
XYZ56.8763.527.35-
YUV204.0381.14140.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 211 (82.81% from 255) = 38.09%
BLUE value IS 121 (47.66% from 255) = 21.84%
R=40.07%
G=38.09%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221112100.050.450.1353.4760.4867.25
HexDED379052DD353c43
Octal3363231710555156574103
Binary11011110110100111111001010110110111011101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED379; }

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

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

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

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

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

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

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

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