#DDD885

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

Shades of Primrose #DDD885

Tints of Primrose #DDD885

Color information

#DDD885 (or 0xDDD885) is unknown color: approx Primrose. HEX triplet: DD, D8 and 85. RGB value is (221,216,133). Sum of RGB (Red+Green+Blue) = 221+216+133=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD885 is #22277A. Grayscale: #D0D0D0. Windows color (decimal): -2238331 or 8771805. OLE color: 8771805.

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

Color convert

RGB221216133-
CMYK00.020.400.13
HSL56.59º56.41%69.41%-
HSV(B)56.59º39.82%86.67%-
XYZ58.6166.1831.87-
YUV208.0385.66137.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=38.77%
G=37.89%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121613300.020.400.1356.5956.4169.41
HexDDD8850228D393845
Octal3353302050250157170105
Binary11011101110110001000010101010100011011110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD885; }

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

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

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

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

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

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

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

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