#DEDD82

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

Shades of Primrose #DEDD82

Tints of Primrose #DEDD82

Color information

#DEDD82 (or 0xDEDD82) is unknown color: approx Primrose. HEX triplet: DE, DD and 82. RGB value is (222,221,130). Sum of RGB (Red+Green+Blue) = 222+221+130=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD82 is #21227D. Grayscale: #D3D3D3. Windows color (decimal): -2171518 or 8576478. OLE color: 8576478.

HSL color Cylindrical-coordinate representation of color #DEDD82: 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.41%. Process color model (Four color, CMYK) of #DEDD82 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222221130-
CMYK00.000.410.13
HSL59.35º58.23%69.02%-
HSV(B)59.35º41.44%87.06%-
XYZ60.0168.8531.25-
YUV210.9282.33135.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 221 (86.72% from 255) = 38.57%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=38.74%
G=38.57%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222113000.000.410.1359.3558.2369.02
HexDEDD820029D3b3a45
Octal3363352020051157372105
Binary1101111011011101100000100010100111011110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD82; }

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

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

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

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

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

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

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

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