#DDD985

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

Shades of Primrose #DDD985

Tints of Primrose #DDD985

Color information

#DDD985 (or 0xDDD985) is unknown color: approx Primrose. HEX triplet: DD, D9 and 85. RGB value is (221,217,133). Sum of RGB (Red+Green+Blue) = 221+217+133=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD985 is #22267A. Grayscale: #D0D0D0. Windows color (decimal): -2238075 or 8772061. OLE color: 8772061.

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

Color convert

RGB221217133-
CMYK00.020.400.13
HSL57.27º56.41%69.41%-
HSV(B)57.27º39.82%86.67%-
XYZ58.8766.6931.96-
YUV208.6285.33136.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=38.70%
G=38.00%
B=23.29%

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
Decimal22121713300.020.400.1357.2756.4169.41
HexDDD9850228D393845
Octal3353312050250157170105
Binary11011101110110011000010101010100011011110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD985; }

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

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

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

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

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

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

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

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