#DBDA88

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

Shades of Primrose #DBDA88

Tints of Primrose #DBDA88

Color information

#DBDA88 (or 0xDBDA88) is unknown color: approx Primrose. HEX triplet: DB, DA and 88. RGB value is (219,218,136). Sum of RGB (Red+Green+Blue) = 219+218+136=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA88 is #242577. Grayscale: #D1D1D1. Windows color (decimal): -2368888 or 8968923. OLE color: 8968923.

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

Color convert

RGB219218136-
CMYK00.000.380.14
HSL59.28º53.55%69.61%-
HSV(B)59.28º37.9%85.88%-
XYZ58.7366.9833.13-
YUV208.9586.83135.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 136 (53.52% from 255) = 23.73%
R=38.22%
G=38.05%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921813600.000.380.1459.2853.5569.61
HexDBDA880026E3b3646
Octal3333322100046167366106
Binary1101101111011010100010000010011011101110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA88; }

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

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

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

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

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

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

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

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