#DEDA84

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

Shades of Primrose #DEDA84

Tints of Primrose #DEDA84

Color information

#DEDA84 (or 0xDEDA84) is unknown color: approx Primrose. HEX triplet: DE, DA and 84. RGB value is (222,218,132). Sum of RGB (Red+Green+Blue) = 222+218+132=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA84 is #21257B. Grayscale: #D1D1D1. Windows color (decimal): -2172284 or 8706782. OLE color: 8706782.

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

Color convert

RGB222218132-
CMYK00.020.410.13
HSL57.33º57.69%69.41%-
HSV(B)57.33º40.54%87.06%-
XYZ59.3667.3431.7-
YUV209.3984.33136.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 132 (51.95% from 255) = 23.08%
R=38.81%
G=38.11%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221813200.020.410.1357.3357.6969.41
HexDEDA840229D393a45
Octal3363322040251157172105
Binary11011110110110101000010001010100111011110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA84; }

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

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

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

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

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

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

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

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