#DEDA91

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

Shades of Primrose #DEDA91

Tints of Primrose #DEDA91

Color information

#DEDA91 (or 0xDEDA91) is unknown color: approx Primrose. HEX triplet: DE, DA and 91. RGB value is (222,218,145). Sum of RGB (Red+Green+Blue) = 222+218+145=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA91 is #21256E. Grayscale: #D3D3D3. Windows color (decimal): -2172271 or 9558750. OLE color: 9558750.

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

Color convert

RGB222218145-
CMYK00.020.350.13
HSL56.88º53.85%71.96%-
HSV(B)56.88º34.68%87.06%-
XYZ60.3167.7236.68-
YUV210.8790.83135.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=37.95%
G=37.26%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221814500.020.350.1356.8853.8571.96
HexDEDA910223D393648
Octal3363322210243157166110
Binary11011110110110101001000101010001111011110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA91; }

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

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

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

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

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

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

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

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