#DBD593

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

Shades of Primrose #DBD593

Tints of Primrose #DBD593

Color information

#DBD593 (or 0xDBD593) is unknown color: approx Primrose. HEX triplet: DB, D5 and 93. RGB value is (219,213,147). Sum of RGB (Red+Green+Blue) = 219+213+147=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD593 is #242A6C. Grayscale: #CFCFCF. Windows color (decimal): -2370157 or 9688539. OLE color: 9688539.

HSL color Cylindrical-coordinate representation of color #DBD593: hue angle of 55º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBD593 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219213147-
CMYK00.030.330.14
HSL55º50%71.76%-
HSV(B)55º32.88%85.88%-
XYZ58.2764.7637.03-
YUV207.2793.99136.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 147 (57.81% from 255) = 25.39%
R=37.82%
G=36.79%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921314700.030.330.14555071.76
HexDBD5930321E373248
Octal3333252230341166762110
Binary11011011110101011001001101110000111101101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD593; }

 p { color: rgb(219,213,147); }

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

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

 a { background-color: rgb(219,213,147); }

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

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

 span { border-color: rgb(219,213,147); }

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