#DEDD84

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

Shades of Primrose #DEDD84

Tints of Primrose #DEDD84

Color information

#DEDD84 (or 0xDEDD84) is unknown color: approx Primrose. HEX triplet: DE, DD and 84. RGB value is (222,221,132). Sum of RGB (Red+Green+Blue) = 222+221+132=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD84 is #21227B. Grayscale: #D3D3D3. Windows color (decimal): -2171516 or 8707550. OLE color: 8707550.

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

Color convert

RGB222221132-
CMYK00.000.410.13
HSL59.33º57.69%69.41%-
HSV(B)59.33º40.54%87.06%-
XYZ60.1568.9131.96-
YUV211.1583.33135.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=38.61%
G=38.43%
B=22.96%

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
Decimal22222113200.000.410.1359.3357.6969.41
HexDEDD840029D3b3a45
Octal3363352040051157372105
Binary1101111011011101100001000010100111011110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD84; }

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

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

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

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

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

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

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

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