#DDDF99

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

Shades of Primrose #DDDF99

Tints of Primrose #DDDF99

Color information

#DDDF99 (or 0xDDDF99) is unknown color: approx Primrose. HEX triplet: DD, DF and 99. RGB value is (221,223,153). Sum of RGB (Red+Green+Blue) = 221+223+153=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF99 is #222066. Grayscale: #D6D6D6. Windows color (decimal): -2236519 or 10084317. OLE color: 10084317.

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

Color convert

RGB221223153-
CMYK0.0100.310.13
HSL61.71º52.24%73.73%-
HSV(B)61.71º31.39%87.45%-
XYZ61.9670.4540.47-
YUV214.4293.34132.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 153 (60.16% from 255) = 25.63%
R=37.02%
G=37.35%
B=25.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212231530.0100.310.1361.7152.2473.73
HexDDDF99101FD3e344a
Octal3353372311037157664112
Binary110111011101111110011001101111111011111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDF99; }

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

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

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

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

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

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

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

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