#DDD984

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

Shades of Primrose #DDD984

Tints of Primrose #DDD984

Color information

#DDD984 (or 0xDDD984) is unknown color: approx Primrose. HEX triplet: DD, D9 and 84. RGB value is (221,217,132). Sum of RGB (Red+Green+Blue) = 221+217+132=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD984 is #22267B. Grayscale: #D0D0D0. Windows color (decimal): -2238076 or 8706525. OLE color: 8706525.

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

Color convert

RGB221217132-
CMYK00.020.400.13
HSL57.3º56.69%69.22%-
HSV(B)57.3º40.27%86.67%-
XYZ58.866.6631.6-
YUV208.5184.83136.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 132 (51.95% from 255) = 23.16%
R=38.77%
G=38.07%
B=23.16%

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
Decimal22121713200.020.400.1357.356.6969.22
HexDDD9840228D393945
Octal3353312040250157171105
Binary11011101110110011000010001010100011011110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD984; }

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

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

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

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

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

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

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

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