#DBD787

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

Shades of Primrose #DBD787

Tints of Primrose #DBD787

Color information

#DBD787 (or 0xDBD787) is unknown color: approx Primrose. HEX triplet: DB, D7 and 87. RGB value is (219,215,135). Sum of RGB (Red+Green+Blue) = 219+215+135=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD787 is #242878. Grayscale: #CFCFCF. Windows color (decimal): -2369657 or 8902619. OLE color: 8902619.

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

Color convert

RGB219215135-
CMYK00.020.380.14
HSL57.14º53.85%69.41%-
HSV(B)57.14º38.36%85.88%-
XYZ57.8965.4132.5-
YUV207.0887.33136.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 135 (53.12% from 255) = 23.73%
R=38.49%
G=37.79%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921513500.020.380.1457.1453.8569.41
HexDBD7870226E393645
Octal3333272070246167166105
Binary11011011110101111000011101010011011101110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD787; }

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

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

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

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

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

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

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

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