#DBD786

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

Shades of Primrose #DBD786

Tints of Primrose #DBD786

Color information

#DBD786 (or 0xDBD786) is unknown color: approx Primrose. HEX triplet: DB, D7 and 86. RGB value is (219,215,134). Sum of RGB (Red+Green+Blue) = 219+215+134=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD786 is #242879. Grayscale: #CFCFCF. Windows color (decimal): -2369658 or 8837083. OLE color: 8837083.

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

Color convert

RGB219215134-
CMYK00.020.390.14
HSL57.18º54.14%69.22%-
HSV(B)57.18º38.81%85.88%-
XYZ57.8265.3832.13-
YUV206.9686.83136.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 134 (52.73% from 255) = 23.59%
R=38.56%
G=37.85%
B=23.59%

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
Decimal21921513400.020.390.1457.1854.1469.22
HexDBD7860227E393645
Octal3333272060247167166105
Binary11011011110101111000011001010011111101110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD786; }

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

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

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

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

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

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

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

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