#DDD898

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

Shades of Primrose #DDD898

Tints of Primrose #DDD898

Color information

#DDD898 (or 0xDDD898) is unknown color: approx Primrose. HEX triplet: DD, D8 and 98. RGB value is (221,216,152). Sum of RGB (Red+Green+Blue) = 221+216+152=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD898 is #222767. Grayscale: #D2D2D2. Windows color (decimal): -2238312 or 10016989. OLE color: 10016989.

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

Color convert

RGB221216152-
CMYK00.020.310.13
HSL55.65º50.36%73.14%-
HSV(B)55.65º31.22%86.67%-
XYZ60.0466.7539.43-
YUV210.295.16135.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=37.52%
G=36.67%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121615200.020.310.1355.6550.3673.14
HexDDD898021FD383249
Octal3353302300237157062111
Binary1101110111011000100110000101111111011110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD898; }

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

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

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

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

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

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

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

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