#DEDB82

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

Shades of Primrose #DEDB82

Tints of Primrose #DEDB82

Color information

#DEDB82 (or 0xDEDB82) is unknown color: approx Primrose. HEX triplet: DE, DB and 82. RGB value is (222,219,130). Sum of RGB (Red+Green+Blue) = 222+219+130=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB82 is #21247D. Grayscale: #D2D2D2. Windows color (decimal): -2172030 or 8575966. OLE color: 8575966.

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

Color convert

RGB222219130-
CMYK00.010.410.13
HSL58.04º58.23%69.02%-
HSV(B)58.04º41.44%87.06%-
XYZ59.4867.831.07-
YUV209.7582.99136.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=38.88%
G=38.35%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221913000.010.410.1358.0458.2369.02
HexDEDB820129D3a3a45
Octal3363332020151157272105
Binary1101111011011011100000100110100111011110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB82; }

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

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

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

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

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

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

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

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