#DDD895

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

Shades of Primrose #DDD895

Tints of Primrose #DDD895

Color information

#DDD895 (or 0xDDD895) is unknown color: approx Primrose. HEX triplet: DD, D8 and 95. RGB value is (221,216,149). Sum of RGB (Red+Green+Blue) = 221+216+149=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD895 is #22276A. Grayscale: #D2D2D2. Windows color (decimal): -2238315 or 9820381. OLE color: 9820381.

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

Color convert

RGB221216149-
CMYK00.020.330.13
HSL55.83º51.43%72.55%-
HSV(B)55.83º32.58%86.67%-
XYZ59.866.6538.15-
YUV209.8693.66135.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 149 (58.59% from 255) = 25.43%
R=37.71%
G=36.86%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121614900.020.330.1355.8351.4372.55
HexDDD8950221D383349
Octal3353302250241157063111
Binary11011101110110001001010101010000111011110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD895; }

 p { color: rgb(221,216,149); }

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

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

 a { background-color: rgb(221,216,149); }

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

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

 span { border-color: rgb(221,216,149); }

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