#DDD997

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

Shades of Primrose #DDD997

Tints of Primrose #DDD997

Color information

#DDD997 (or 0xDDD997) is unknown color: approx Primrose. HEX triplet: DD, D9 and 97. RGB value is (221,217,151). Sum of RGB (Red+Green+Blue) = 221+217+151=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD997 is #222668. Grayscale: #D2D2D2. Windows color (decimal): -2238057 or 9951709. OLE color: 9951709.

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

Color convert

RGB221217151-
CMYK00.020.320.13
HSL56.57º50.72%72.94%-
HSV(B)56.57º31.67%86.67%-
XYZ60.2267.2339.08-
YUV210.6794.33135.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 151 (59.38% from 255) = 25.64%
R=37.52%
G=36.84%
B=25.64%

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
Decimal22121715100.020.320.1356.5750.7272.94
HexDDD9970220D393349
Octal3353312270240157163111
Binary11011101110110011001011101010000011011110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD997; }

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

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

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

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

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

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

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

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