#DDD587

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

Shades of Primrose #DDD587

Tints of Primrose #DDD587

Color information

#DDD587 (or 0xDDD587) is unknown color: approx Primrose. HEX triplet: DD, D5 and 87. RGB value is (221,213,135). Sum of RGB (Red+Green+Blue) = 221+213+135=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD587 is #222A78. Grayscale: #CECECE. Windows color (decimal): -2239097 or 8902109. OLE color: 8902109.

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

Color convert

RGB221213135-
CMYK00.040.390.13
HSL54.42º55.84%69.8%-
HSV(B)54.42º38.91%86.67%-
XYZ57.9964.7132.36-
YUV206.587.65138.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 135 (53.12% from 255) = 23.73%
R=38.84%
G=37.43%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121313500.040.390.1354.4255.8469.8
HexDDD5870427D363846
Octal3353252070447156670106
Binary110111011101010110000111010010011111011101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD587; }

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

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

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

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

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

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

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

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