#DDD796

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

Shades of Primrose #DDD796

Tints of Primrose #DDD796

Color information

#DDD796 (or 0xDDD796) is unknown color: approx Primrose. HEX triplet: DD, D7 and 96. RGB value is (221,215,150). Sum of RGB (Red+Green+Blue) = 221+215+150=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD796 is #222869. Grayscale: #D1D1D1. Windows color (decimal): -2238570 or 9885661. OLE color: 9885661.

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

Color convert

RGB221215150-
CMYK00.030.320.13
HSL54.93º51.08%72.75%-
HSV(B)54.93º32.13%86.67%-
XYZ59.6266.1838.48-
YUV209.3894.49136.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 150 (58.98% from 255) = 25.60%
R=37.71%
G=36.69%
B=25.60%

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
Decimal22121515000.030.320.1354.9351.0872.75
HexDDD7960320D373349
Octal3353272260340156763111
Binary11011101110101111001011001110000011011101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD796; }

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

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

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

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

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

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

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

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