#DDDC99

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

Shades of Primrose #DDDC99

Tints of Primrose #DDDC99

Color information

#DDDC99 (or 0xDDDC99) is unknown color: approx Primrose. HEX triplet: DD, DC and 99. RGB value is (221,220,153). Sum of RGB (Red+Green+Blue) = 221+220+153=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC99 is #222366. Grayscale: #D4D4D4. Windows color (decimal): -2237287 or 10083549. OLE color: 10083549.

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

Color convert

RGB221220153-
CMYK00.000.310.13
HSL59.12º50%73.33%-
HSV(B)59.12º30.77%86.67%-
XYZ61.1668.8640.2-
YUV212.6694.33133.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=37.21%
G=37.04%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122015300.000.310.1359.125073.33
HexDDDC99001FD3b3249
Octal3353342310037157362111
Binary110111011101110010011001001111111011110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC99; }

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

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

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

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

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

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

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

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