#DDD489

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

Shades of Primrose #DDD489

Tints of Primrose #DDD489

Color information

#DDD489 (or 0xDDD489) is unknown color: approx Primrose. HEX triplet: DD, D4 and 89. RGB value is (221,212,137). Sum of RGB (Red+Green+Blue) = 221+212+137=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD489 is #222B76. Grayscale: #CECECE. Windows color (decimal): -2239351 or 9032925. OLE color: 9032925.

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

Color convert

RGB221212137-
CMYK00.040.380.13
HSL53.57º55.26%70.2%-
HSV(B)53.57º38.01%86.67%-
XYZ57.8864.2733.02-
YUV206.1488.98138.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 137 (53.91% from 255) = 24.04%
R=38.77%
G=37.19%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121213700.040.380.1353.5755.2670.2
HexDDD4890426D363746
Octal3353242110446156667106
Binary110111011101010010001001010010011011011101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD489; }

 p { color: rgb(221,212,137); }

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

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

 a { background-color: rgb(221,212,137); }

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

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

 span { border-color: rgb(221,212,137); }

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