#DDD887

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

Shades of Primrose #DDD887

Tints of Primrose #DDD887

Color information

#DDD887 (or 0xDDD887) is unknown color: approx Primrose. HEX triplet: DD, D8 and 87. RGB value is (221,216,135). Sum of RGB (Red+Green+Blue) = 221+216+135=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD887 is #222778. Grayscale: #D0D0D0. Windows color (decimal): -2238329 or 8902877. OLE color: 8902877.

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

Color convert

RGB221216135-
CMYK00.020.390.13
HSL56.51º55.84%69.8%-
HSV(B)56.51º38.91%86.67%-
XYZ58.7566.2332.61-
YUV208.2686.66137.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 135 (53.12% from 255) = 23.60%
R=38.64%
G=37.76%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121613500.020.390.1356.5155.8469.8
HexDDD8870227D393846
Octal3353302070247157170106
Binary11011101110110001000011101010011111011110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD887; }

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

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

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

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

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

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

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

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