#DBDB99

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

Shades of Primrose #DBDB99

Tints of Primrose #DBDB99

Color information

#DBDB99 (or 0xDBDB99) is unknown color: approx Primrose. HEX triplet: DB, DB and 99. RGB value is (219,219,153). Sum of RGB (Red+Green+Blue) = 219+219+153=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB99 is #242466. Grayscale: #D3D3D3. Windows color (decimal): -2368615 or 10083291. OLE color: 10083291.

HSL color Cylindrical-coordinate representation of color #DBDB99: hue angle of 60º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBDB99 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219219153-
CMYK000.300.14
HSL60º47.83%72.94%-
HSV(B)60º30.14%85.88%-
XYZ60.2968.0240.09-
YUV211.4895133.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 153 (60.16% from 255) = 25.89%
R=37.06%
G=37.06%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219153000.300.146047.8372.94
HexDBDB99001EE3c3049
Octal3333332310036167460111
Binary110110111101101110011001001111011101111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB99; }

 p { color: rgb(219,219,153); }

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

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

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

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

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

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

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