#DEDA95

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

Shades of Primrose #DEDA95

Tints of Primrose #DEDA95

Color information

#DEDA95 (or 0xDEDA95) is unknown color: approx Primrose. HEX triplet: DE, DA and 95. RGB value is (222,218,149). Sum of RGB (Red+Green+Blue) = 222+218+149=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA95 is #21256A. Grayscale: #D3D3D3. Windows color (decimal): -2172267 or 9820894. OLE color: 9820894.

HSL color Cylindrical-coordinate representation of color #DEDA95: hue angle of 56.71º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEDA95 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222218149-
CMYK00.020.330.13
HSL56.71º52.52%72.75%-
HSV(B)56.71º32.88%87.06%-
XYZ60.6267.8438.33-
YUV211.3392.83135.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=37.69%
G=37.01%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221814900.020.330.1356.7152.5272.75
HexDEDA950221D393549
Octal3363322250241157165111
Binary11011110110110101001010101010000111011110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA95; }

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

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

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

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

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

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

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

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