#DDD897

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

Shades of Primrose #DDD897

Tints of Primrose #DDD897

Color information

#DDD897 (or 0xDDD897) is unknown color: approx Primrose. HEX triplet: DD, D8 and 97. RGB value is (221,216,151). Sum of RGB (Red+Green+Blue) = 221+216+151=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD897 is #222768. Grayscale: #D2D2D2. Windows color (decimal): -2238313 or 9951453. OLE color: 9951453.

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

Color convert

RGB221216151-
CMYK00.020.320.13
HSL55.71º50.72%72.94%-
HSV(B)55.71º31.67%86.67%-
XYZ59.9666.7239-
YUV210.0894.66135.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 151 (59.38% from 255) = 25.68%
R=37.59%
G=36.73%
B=25.68%

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
Decimal22121615100.020.320.1355.7150.7272.94
HexDDD8970220D383349
Octal3353302270240157063111
Binary11011101110110001001011101010000011011110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD897; }

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

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

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

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

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

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

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

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