#DBDA8B

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

Shades of Primrose #DBDA8B

Tints of Primrose #DBDA8B

Color information

#DBDA8B (or 0xDBDA8B) is unknown color: approx Primrose. HEX triplet: DB, DA and 8B. RGB value is (219,218,139). Sum of RGB (Red+Green+Blue) = 219+218+139=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8B is #242574. Grayscale: #D1D1D1. Windows color (decimal): -2368885 or 9165531. OLE color: 9165531.

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

Color convert

RGB219218139-
CMYK00.000.370.14
HSL59.25º52.63%70.2%-
HSV(B)59.25º36.53%85.88%-
XYZ58.9567.0734.26-
YUV209.2988.33134.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 139 (54.69% from 255) = 24.13%
R=38.02%
G=37.85%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921813900.000.370.1459.2552.6370.2
HexDBDA8B0025E3b3546
Octal3333322130045167365106
Binary1101101111011010100010110010010111101110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA8B; }

 p { color: rgb(219,218,139); }

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

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

 a { background-color: rgb(219,218,139); }

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

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

 span { border-color: rgb(219,218,139); }

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