#DDD890

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

Shades of Primrose #DDD890

Tints of Primrose #DDD890

Color information

#DDD890 (or 0xDDD890) is unknown color: approx Primrose. HEX triplet: DD, D8 and 90. RGB value is (221,216,144). Sum of RGB (Red+Green+Blue) = 221+216+144=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD890 is #22276F. Grayscale: #D1D1D1. Windows color (decimal): -2238320 or 9492701. OLE color: 9492701.

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

Color convert

RGB221216144-
CMYK00.020.350.13
HSL56.1º53.1%71.57%-
HSV(B)56.1º34.84%86.67%-
XYZ59.4166.536.09-
YUV209.2991.16136.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 144 (56.64% from 255) = 24.78%
R=38.04%
G=37.18%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121614400.020.350.1356.153.171.57
HexDDD8900223D383548
Octal3353302200243157065110
Binary11011101110110001001000001010001111011110001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD890; }

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

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

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

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

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

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

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

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