#DEDD81

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

Shades of Primrose #DEDD81

Tints of Primrose #DEDD81

Color information

#DEDD81 (or 0xDEDD81) is unknown color: approx Primrose. HEX triplet: DE, DD and 81. RGB value is (222,221,129). Sum of RGB (Red+Green+Blue) = 222+221+129=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD81 is #21227E. Grayscale: #D3D3D3. Windows color (decimal): -2171519 or 8510942. OLE color: 8510942.

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

Color convert

RGB222221129-
CMYK00.000.420.13
HSL59.35º58.49%68.82%-
HSV(B)59.35º41.89%87.06%-
XYZ59.9468.8330.89-
YUV210.8181.83135.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=38.81%
G=38.64%
B=22.55%

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
Decimal22222112900.000.420.1359.3558.4968.82
HexDEDD81002AD3b3a45
Octal3363352010052157372105
Binary1101111011011101100000010010101011011110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD81; }

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

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

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

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

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

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

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

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