#DBD693

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

Shades of Primrose #DBD693

Tints of Primrose #DBD693

Color information

#DBD693 (or 0xDBD693) is unknown color: approx Primrose. HEX triplet: DB, D6 and 93. RGB value is (219,214,147). Sum of RGB (Red+Green+Blue) = 219+214+147=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD693 is #24296C. Grayscale: #D0D0D0. Windows color (decimal): -2369901 or 9688795. OLE color: 9688795.

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

Color convert

RGB219214147-
CMYK00.020.330.14
HSL55.83º50%71.76%-
HSV(B)55.83º32.88%85.88%-
XYZ58.5365.2637.12-
YUV207.8693.66135.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=37.76%
G=36.90%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921414700.020.330.1455.835071.76
HexDBD6930221E383248
Octal3333262230241167062110
Binary11011011110101101001001101010000111101110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD693; }

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

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

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

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

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

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

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

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