#DDD797

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

Shades of Primrose #DDD797

Tints of Primrose #DDD797

Color information

#DDD797 (or 0xDDD797) is unknown color: approx Primrose. HEX triplet: DD, D7 and 97. RGB value is (221,215,151). Sum of RGB (Red+Green+Blue) = 221+215+151=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD797 is #222868. Grayscale: #D1D1D1. Windows color (decimal): -2238569 or 9951197. OLE color: 9951197.

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

Color convert

RGB221215151-
CMYK00.030.320.13
HSL54.86º50.72%72.94%-
HSV(B)54.86º31.67%86.67%-
XYZ59.7166.2138.91-
YUV209.594.99136.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 151 (59.38% from 255) = 25.72%
R=37.65%
G=36.63%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121515100.030.320.1354.8650.7272.94
HexDDD7970320D373349
Octal3353272270340156763111
Binary11011101110101111001011101110000011011101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD797; }

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

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

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

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

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

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

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

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