#DDDC91

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

Shades of Primrose #DDDC91

Tints of Primrose #DDDC91

Color information

#DDDC91 (or 0xDDDC91) is unknown color: approx Primrose. HEX triplet: DD, DC and 91. RGB value is (221,220,145). Sum of RGB (Red+Green+Blue) = 221+220+145=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC91 is #22236E. Grayscale: #D4D4D4. Windows color (decimal): -2237295 or 9559261. OLE color: 9559261.

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

Color convert

RGB221220145-
CMYK00.000.340.13
HSL59.21º52.78%71.76%-
HSV(B)59.21º34.39%86.67%-
XYZ60.5268.636.84-
YUV211.7590.33134.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 145 (57.03% from 255) = 24.74%
R=37.71%
G=37.54%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122014500.000.340.1359.2152.7871.76
HexDDDC910022D3b3548
Octal3353342210042157365110
Binary1101110111011100100100010010001011011110111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC91; }

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

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

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

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

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

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

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

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