#DDD591

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

Shades of Primrose #DDD591

Tints of Primrose #DDD591

Color information

#DDD591 (or 0xDDD591) is unknown color: approx Primrose. HEX triplet: DD, D5 and 91. RGB value is (221,213,145). Sum of RGB (Red+Green+Blue) = 221+213+145=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD591 is #222A6E. Grayscale: #CFCFCF. Windows color (decimal): -2239087 or 9557469. OLE color: 9557469.

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

Color convert

RGB221213145-
CMYK00.040.340.13
HSL53.68º52.78%71.76%-
HSV(B)53.68º34.39%86.67%-
XYZ58.726536.24-
YUV207.6492.65137.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=38.17%
G=36.79%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121314500.040.340.1353.6852.7871.76
HexDDD5910422D363548
Octal3353252210442156665110
Binary110111011101010110010001010010001011011101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD591; }

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

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

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

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

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

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

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

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