#DED791

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

Shades of Primrose #DED791

Tints of Primrose #DED791

Color information

#DED791 (or 0xDED791) is unknown color: approx Primrose. HEX triplet: DE, D7 and 91. RGB value is (222,215,145). Sum of RGB (Red+Green+Blue) = 222+215+145=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DED791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED791 is #21286E. Grayscale: #D1D1D1. Windows color (decimal): -2173039 or 9557982. OLE color: 9557982.

HSL color Cylindrical-coordinate representation of color #DED791: hue angle of 54.55º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DED791 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222215145-
CMYK00.030.350.13
HSL54.55º53.85%71.96%-
HSV(B)54.55º34.68%87.06%-
XYZ59.5466.1736.42-
YUV209.1191.82137.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=38.14%
G=36.94%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221514500.030.350.1354.5553.8571.96
HexDED7910323D373648
Octal3363272210343156766110
Binary11011110110101111001000101110001111011101111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED791; }

 p { color: rgb(222,215,145); }

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

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

 a { background-color: rgb(222,215,145); }

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

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

 span { border-color: rgb(222,215,145); }

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