#DDD493

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

Shades of Primrose #DDD493

Tints of Primrose #DDD493

Color information

#DDD493 (or 0xDDD493) is unknown color: approx Primrose. HEX triplet: DD, D4 and 93. RGB value is (221,212,147). Sum of RGB (Red+Green+Blue) = 221+212+147=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD493 is #222B6C. Grayscale: #CFCFCF. Windows color (decimal): -2239341 or 9688285. OLE color: 9688285.

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

Color convert

RGB221212147-
CMYK00.040.330.13
HSL52.7º52.11%72.16%-
HSV(B)52.7º33.48%86.67%-
XYZ58.6364.5736.98-
YUV207.2893.98137.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=38.10%
G=36.55%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121214700.040.330.1352.752.1172.16
HexDDD4930421D353448
Octal3353242230441156564110
Binary110111011101010010010011010010000111011101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD493; }

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

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

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

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

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

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

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

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