#DDD882

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

Shades of Primrose #DDD882

Tints of Primrose #DDD882

Color information

#DDD882 (or 0xDDD882) is unknown color: approx Primrose. HEX triplet: DD, D8 and 82. RGB value is (221,216,130). Sum of RGB (Red+Green+Blue) = 221+216+130=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD882 is #22277D. Grayscale: #D0D0D0. Windows color (decimal): -2238334 or 8575197. OLE color: 8575197.

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

Color convert

RGB221216130-
CMYK00.020.410.13
HSL56.7º57.23%68.82%-
HSV(B)56.7º41.18%86.67%-
XYZ58.466.130.8-
YUV207.6984.16137.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=38.98%
G=38.10%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121613000.020.410.1356.757.2368.82
HexDDD8820229D393945
Octal3353302020251157171105
Binary11011101110110001000001001010100111011110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD882; }

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

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

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

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

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

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

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

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