#DDD996

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

Shades of Primrose #DDD996

Tints of Primrose #DDD996

Color information

#DDD996 (or 0xDDD996) is unknown color: approx Primrose. HEX triplet: DD, D9 and 96. RGB value is (221,217,150). Sum of RGB (Red+Green+Blue) = 221+217+150=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD996 is #222669. Grayscale: #D2D2D2. Windows color (decimal): -2238058 or 9886173. OLE color: 9886173.

HSL color Cylindrical-coordinate representation of color #DDD996: hue angle of 56.62º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDD996 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221217150-
CMYK00.020.320.13
HSL56.62º51.08%72.75%-
HSV(B)56.62º32.13%86.67%-
XYZ60.1467.238.66-
YUV210.5693.83135.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=37.59%
G=36.90%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121715000.020.320.1356.6251.0872.75
HexDDD9960220D393349
Octal3353312260240157163111
Binary11011101110110011001011001010000011011110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD996; }

 p { color: rgb(221,217,150); }

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

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

 a { background-color: rgb(221,217,150); }

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

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

 span { border-color: rgb(221,217,150); }

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