#DDD994

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

Shades of Primrose #DDD994

Tints of Primrose #DDD994

Color information

#DDD994 (or 0xDDD994) is unknown color: approx Primrose. HEX triplet: DD, D9 and 94. RGB value is (221,217,148). Sum of RGB (Red+Green+Blue) = 221+217+148=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD994 is #22266B. Grayscale: #D2D2D2. Windows color (decimal): -2238060 or 9755101. OLE color: 9755101.

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

Color convert

RGB221217148-
CMYK00.020.330.13
HSL56.71º51.77%72.35%-
HSV(B)56.71º33.03%86.67%-
XYZ59.9867.1437.81-
YUV210.3392.83135.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 148 (58.20% from 255) = 25.26%
R=37.71%
G=37.03%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121714800.020.330.1356.7151.7772.35
HexDDD9940221D393448
Octal3353312240241157164110
Binary11011101110110011001010001010000111011110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD994; }

 p { color: rgb(221,217,148); }

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

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

 a { background-color: rgb(221,217,148); }

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

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

 span { border-color: rgb(221,217,148); }

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