#DEDA93

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

Shades of Primrose #DEDA93

Tints of Primrose #DEDA93

Color information

#DEDA93 (or 0xDEDA93) is unknown color: approx Primrose. HEX triplet: DE, DA and 93. RGB value is (222,218,147). Sum of RGB (Red+Green+Blue) = 222+218+147=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA93 is #21256C. Grayscale: #D3D3D3. Windows color (decimal): -2172269 or 9689822. OLE color: 9689822.

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

Color convert

RGB222218147-
CMYK00.020.340.13
HSL56.8º53.19%72.35%-
HSV(B)56.8º33.78%87.06%-
XYZ60.4667.7837.5-
YUV211.191.83135.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 147 (57.81% from 255) = 25.04%
R=37.82%
G=37.14%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221814700.020.340.1356.853.1972.35
HexDEDA930222D393548
Octal3363322230242157165110
Binary11011110110110101001001101010001011011110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA93; }

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

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

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

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

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

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

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

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