#DDD793

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

Shades of Primrose #DDD793

Tints of Primrose #DDD793

Color information

#DDD793 (or 0xDDD793) is unknown color: approx Primrose. HEX triplet: DD, D7 and 93. RGB value is (221,215,147). Sum of RGB (Red+Green+Blue) = 221+215+147=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD793 is #22286C. Grayscale: #D1D1D1. Windows color (decimal): -2238573 or 9689053. OLE color: 9689053.

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

Color convert

RGB221215147-
CMYK00.030.330.13
HSL55.14º52.11%72.16%-
HSV(B)55.14º33.48%86.67%-
XYZ59.3966.0837.23-
YUV209.0492.99136.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 147 (57.81% from 255) = 25.21%
R=37.91%
G=36.88%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121514700.030.330.1355.1452.1172.16
HexDDD7930321D373448
Octal3353272230341156764110
Binary11011101110101111001001101110000111011101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD793; }

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

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

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

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

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

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

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

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