#DDDB99

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

Shades of Primrose #DDDB99

Tints of Primrose #DDDB99

Color information

#DDDB99 (or 0xDDDB99) is unknown color: approx Primrose. HEX triplet: DD, DB and 99. RGB value is (221,219,153). Sum of RGB (Red+Green+Blue) = 221+219+153=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB99 is #222466. Grayscale: #D4D4D4. Windows color (decimal): -2237543 or 10083293. OLE color: 10083293.

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

Color convert

RGB221219153-
CMYK00.010.310.13
HSL58.24º50%73.33%-
HSV(B)58.24º30.77%86.67%-
XYZ60.968.3440.12-
YUV212.0794.66134.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 153 (60.16% from 255) = 25.80%
R=37.27%
G=36.93%
B=25.80%

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
Decimal22121915300.010.310.1358.245073.33
HexDDDB99011FD3a3249
Octal3353332310137157262111
Binary110111011101101110011001011111111011110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB99; }

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

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

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

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

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

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

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

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