#DBDB95

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

Shades of Primrose #DBDB95

Tints of Primrose #DBDB95

Color information

#DBDB95 (or 0xDBDB95) is unknown color: approx Primrose. HEX triplet: DB, DB and 95. RGB value is (219,219,149). Sum of RGB (Red+Green+Blue) = 219+219+149=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB95 is #24246A. Grayscale: #D3D3D3. Windows color (decimal): -2368619 or 9821147. OLE color: 9821147.

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

Color convert

RGB219219149-
CMYK000.320.14
HSL60º49.3%72.16%-
HSV(B)60º31.96%85.88%-
XYZ59.9767.8938.38-
YUV211.0293133.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=37.31%
G=37.31%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219149000.320.146049.372.16
HexDBDB950020E3c3148
Octal3333332250040167461110
Binary1101101111011011100101010010000011101111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB95; }

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

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

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

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

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

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

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

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