#DEDD80

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

Shades of Primrose #DEDD80

Tints of Primrose #DEDD80

Color information

#DEDD80 (or 0xDEDD80) is unknown color: approx Primrose. HEX triplet: DE, DD and 80. RGB value is (222,221,128). Sum of RGB (Red+Green+Blue) = 222+221+128=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD80 is #21227F. Grayscale: #D3D3D3. Windows color (decimal): -2171520 or 8445406. OLE color: 8445406.

HSL color Cylindrical-coordinate representation of color #DEDD80: hue angle of 59.36º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEDD80 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222221128-
CMYK00.000.420.13
HSL59.36º58.75%68.63%-
HSV(B)59.36º42.34%87.06%-
XYZ59.8868.830.55-
YUV210.781.33136.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=38.88%
G=38.70%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222112800.000.420.1359.3658.7568.63
HexDEDD80002AD3b3b45
Octal3363352000052157373105
Binary1101111011011101100000000010101011011110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD80; }

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

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

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

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

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

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

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

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