#DBD489

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

Shades of Primrose #DBD489

Tints of Primrose #DBD489

Color information

#DBD489 (or 0xDBD489) is unknown color: approx Primrose. HEX triplet: DB, D4 and 89. RGB value is (219,212,137). Sum of RGB (Red+Green+Blue) = 219+212+137=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD489 is #242B76. Grayscale: #CDCDCD. Windows color (decimal): -2370423 or 9032923. OLE color: 9032923.

HSL color Cylindrical-coordinate representation of color #DBD489: hue angle of 54.88º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBD489 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219212137-
CMYK00.030.370.14
HSL54.88º53.25%69.8%-
HSV(B)54.88º37.44%85.88%-
XYZ57.2763.9532.99-
YUV205.5489.32137.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=38.56%
G=37.32%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921213700.030.370.1454.8853.2569.8
HexDBD4890325E373546
Octal3333242110345166765106
Binary11011011110101001000100101110010111101101111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD489; }

 p { color: rgb(219,212,137); }

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

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

 a { background-color: rgb(219,212,137); }

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

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

 span { border-color: rgb(219,212,137); }

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