#DDD595

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

Shades of Primrose #DDD595

Tints of Primrose #DDD595

Color information

#DDD595 (or 0xDDD595) is unknown color: approx Primrose. HEX triplet: DD, D5 and 95. RGB value is (221,213,149). Sum of RGB (Red+Green+Blue) = 221+213+149=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD595 is #222A6A. Grayscale: #D0D0D0. Windows color (decimal): -2239083 or 9819613. OLE color: 9819613.

HSL color Cylindrical-coordinate representation of color #DDD595: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD595 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221213149-
CMYK00.040.330.13
HSL53.33º51.43%72.55%-
HSV(B)53.33º32.58%86.67%-
XYZ59.0465.1337.89-
YUV208.194.65137.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=37.91%
G=36.54%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121314900.040.330.1353.3351.4372.55
HexDDD5950421D353349
Octal3353252250441156563111
Binary110111011101010110010101010010000111011101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD595; }

 p { color: rgb(221,213,149); }

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

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

 a { background-color: rgb(221,213,149); }

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

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

 span { border-color: rgb(221,213,149); }

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