#DDD798

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

Shades of Primrose #DDD798

Tints of Primrose #DDD798

Color information

#DDD798 (or 0xDDD798) is unknown color: approx Primrose. HEX triplet: DD, D7 and 98. RGB value is (221,215,152). Sum of RGB (Red+Green+Blue) = 221+215+152=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD798 is #222867. Grayscale: #D1D1D1. Windows color (decimal): -2238568 or 10016733. OLE color: 10016733.

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

Color convert

RGB221215152-
CMYK00.030.310.13
HSL54.78º50.36%73.14%-
HSV(B)54.78º31.22%86.67%-
XYZ59.7966.2439.34-
YUV209.6195.49136.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 152 (59.77% from 255) = 25.85%
R=37.59%
G=36.56%
B=25.85%

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
Decimal22121515200.030.310.1354.7850.3673.14
HexDDD798031FD373249
Octal3353272300337156762111
Binary1101110111010111100110000111111111011101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD798; }

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

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

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

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

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

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

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

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