#DBDA8E

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

Shades of Primrose #DBDA8E

Tints of Primrose #DBDA8E

Color information

#DBDA8E (or 0xDBDA8E) is unknown color: approx Primrose. HEX triplet: DB, DA and 8E. RGB value is (219,218,142). Sum of RGB (Red+Green+Blue) = 219+218+142=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8E is #242571. Grayscale: #D1D1D1. Windows color (decimal): -2368882 or 9362139. OLE color: 9362139.

HSL color Cylindrical-coordinate representation of color #DBDA8E: hue angle of 59.22º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDA8E is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219218142-
CMYK00.000.350.14
HSL59.22º51.68%70.78%-
HSV(B)59.22º35.16%85.88%-
XYZ59.1767.1635.44-
YUV209.6489.83134.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=37.82%
G=37.65%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921814200.000.350.1459.2251.6870.78
HexDBDA8E0023E3b3447
Octal3333322160043167364107
Binary1101101111011010100011100010001111101110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA8E; }

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

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

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

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

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

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

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

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