#DBD987

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

Shades of Primrose #DBD987

Tints of Primrose #DBD987

Color information

#DBD987 (or 0xDBD987) is unknown color: approx Primrose. HEX triplet: DB, D9 and 87. RGB value is (219,217,135). Sum of RGB (Red+Green+Blue) = 219+217+135=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD987 is #242678. Grayscale: #D0D0D0. Windows color (decimal): -2369145 or 8903131. OLE color: 8903131.

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

Color convert

RGB219217135-
CMYK00.010.380.14
HSL58.57º53.85%69.41%-
HSV(B)58.57º38.36%85.88%-
XYZ58.466.4432.67-
YUV208.2586.66135.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 135 (53.12% from 255) = 23.64%
R=38.35%
G=38.00%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921713500.010.380.1458.5753.8569.41
HexDBD9870126E3b3645
Octal3333312070146167366105
Binary1101101111011001100001110110011011101110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD987; }

 p { color: rgb(219,217,135); }

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

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

 a { background-color: rgb(219,217,135); }

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

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

 span { border-color: rgb(219,217,135); }

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