#DDDA99

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

Shades of Primrose #DDDA99

Tints of Primrose #DDDA99

Color information

#DDDA99 (or 0xDDDA99) is unknown color: approx Primrose. HEX triplet: DD, DA and 99. RGB value is (221,218,153). Sum of RGB (Red+Green+Blue) = 221+218+153=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA99 is #222566. Grayscale: #D3D3D3. Windows color (decimal): -2237799 or 10083037. OLE color: 10083037.

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

Color convert

RGB221218153-
CMYK00.010.310.13
HSL57.35º50%73.33%-
HSV(B)57.35º30.77%86.67%-
XYZ60.6467.8140.03-
YUV211.4994.99134.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 153 (60.16% from 255) = 25.84%
R=37.33%
G=36.82%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121815300.010.310.1357.355073.33
HexDDDA99011FD393249
Octal3353322310137157162111
Binary110111011101101010011001011111111011110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA99; }

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

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

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

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

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

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

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

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