#DEDB84

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

Shades of Primrose #DEDB84

Tints of Primrose #DEDB84

Color information

#DEDB84 (or 0xDEDB84) is unknown color: approx Primrose. HEX triplet: DE, DB and 84. RGB value is (222,219,132). Sum of RGB (Red+Green+Blue) = 222+219+132=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB84 is #21247B. Grayscale: #D2D2D2. Windows color (decimal): -2172028 or 8707038. OLE color: 8707038.

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

Color convert

RGB222219132-
CMYK00.010.410.13
HSL58º57.69%69.41%-
HSV(B)58º40.54%87.06%-
XYZ59.6267.8631.79-
YUV209.9883.99136.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=38.74%
G=38.22%
B=23.04%

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
Decimal22221913200.010.410.135857.6969.41
HexDEDB840129D3a3a45
Octal3363332040151157272105
Binary1101111011011011100001000110100111011110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB84; }

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

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

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

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

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

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

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

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