#DEDE93

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

Shades of Primrose #DEDE93

Tints of Primrose #DEDE93

Color information

#DEDE93 (or 0xDEDE93) is unknown color: approx Primrose. HEX triplet: DE, DE and 93. RGB value is (222,222,147). Sum of RGB (Red+Green+Blue) = 222+222+147=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE93 is #21216C. Grayscale: #D5D5D5. Windows color (decimal): -2171245 or 9690846. OLE color: 9690846.

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

Color convert

RGB222222147-
CMYK000.340.13
HSL60º53.19%72.35%-
HSV(B)60º33.78%87.06%-
XYZ61.5169.8837.85-
YUV213.4590.5134.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 147 (57.81% from 255) = 24.87%
R=37.56%
G=37.56%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222147000.340.136053.1972.35
HexDEDE930022D3c3548
Octal3363362230042157465110
Binary1101111011011110100100110010001011011111001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE93; }

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

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

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

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

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

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

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

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