#DDD799

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

Shades of Primrose #DDD799

Tints of Primrose #DDD799

Color information

#DDD799 (or 0xDDD799) is unknown color: approx Primrose. HEX triplet: DD, D7 and 99. RGB value is (221,215,153). Sum of RGB (Red+Green+Blue) = 221+215+153=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD799 is #222866. Grayscale: #D1D1D1. Windows color (decimal): -2238567 or 10082269. OLE color: 10082269.

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

Color convert

RGB221215153-
CMYK00.030.310.13
HSL54.71º50%73.33%-
HSV(B)54.71º30.77%86.67%-
XYZ59.8766.2739.77-
YUV209.7395.99136.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 153 (60.16% from 255) = 25.98%
R=37.52%
G=36.50%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121515300.030.310.1354.715073.33
HexDDD799031FD373249
Octal3353272310337156762111
Binary1101110111010111100110010111111111011101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD799; }

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

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

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

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

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

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

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

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