#DBD686

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

Shades of Primrose #DBD686

Tints of Primrose #DBD686

Color information

#DBD686 (or 0xDBD686) is unknown color: approx Primrose. HEX triplet: DB, D6 and 86. RGB value is (219,214,134). Sum of RGB (Red+Green+Blue) = 219+214+134=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD686 is #242979. Grayscale: #CECECE. Windows color (decimal): -2369914 or 8836827. OLE color: 8836827.

HSL color Cylindrical-coordinate representation of color #DBD686: hue angle of 56.47º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBD686 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219214134-
CMYK00.020.390.14
HSL56.47º54.14%69.22%-
HSV(B)56.47º38.81%85.88%-
XYZ57.5664.8732.04-
YUV206.3887.16137-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=38.62%
G=37.74%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921413400.020.390.1456.4754.1469.22
HexDBD6860227E383645
Octal3333262060247167066105
Binary11011011110101101000011001010011111101110001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD686; }

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

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

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

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

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

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

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

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