#DEDD93

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

Shades of Primrose #DEDD93

Tints of Primrose #DEDD93

Color information

#DEDD93 (or 0xDEDD93) is unknown color: approx Primrose. HEX triplet: DE, DD and 93. RGB value is (222,221,147). Sum of RGB (Red+Green+Blue) = 222+221+147=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD93 is #21226C. Grayscale: #D5D5D5. Windows color (decimal): -2171501 or 9690590. OLE color: 9690590.

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

Color convert

RGB222221147-
CMYK00.000.340.13
HSL59.2º53.19%72.35%-
HSV(B)59.2º33.78%87.06%-
XYZ61.2569.3537.76-
YUV212.8690.83134.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 147 (57.81% from 255) = 24.92%
R=37.63%
G=37.46%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222114700.000.340.1359.253.1972.35
HexDEDD930022D3b3548
Octal3363352230042157365110
Binary1101111011011101100100110010001011011110111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD93; }

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

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

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

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

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

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

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

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