#DDD991

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

Shades of Primrose #DDD991

Tints of Primrose #DDD991

Color information

#DDD991 (or 0xDDD991) is unknown color: approx Primrose. HEX triplet: DD, D9 and 91. RGB value is (221,217,145). Sum of RGB (Red+Green+Blue) = 221+217+145=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD991 is #22266E. Grayscale: #D2D2D2. Windows color (decimal): -2238063 or 9558493. OLE color: 9558493.

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

Color convert

RGB221217145-
CMYK00.020.340.13
HSL56.84º52.78%71.76%-
HSV(B)56.84º34.39%86.67%-
XYZ59.7467.0436.58-
YUV209.9991.33135.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 145 (57.03% from 255) = 24.87%
R=37.91%
G=37.22%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121714500.020.340.1356.8452.7871.76
HexDDD9910222D393548
Octal3353312210242157165110
Binary11011101110110011001000101010001011011110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD991; }

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

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

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

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

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

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

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

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