#DBDB9A

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

Shades of Primrose #DBDB9A

Tints of Primrose #DBDB9A

Color information

#DBDB9A (or 0xDBDB9A) is unknown color: approx Primrose. HEX triplet: DB, DB and 9A. RGB value is (219,219,154). Sum of RGB (Red+Green+Blue) = 219+219+154=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB9A is #242465. Grayscale: #D3D3D3. Windows color (decimal): -2368614 or 10148827. OLE color: 10148827.

HSL color Cylindrical-coordinate representation of color #DBDB9A: hue angle of 60º degrees, saturation: 0.47, 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 #DBDB9A is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219219154-
CMYK000.300.14
HSL60º47.45%73.14%-
HSV(B)60º29.68%85.88%-
XYZ60.3868.0640.53-
YUV211.5995.5133.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 154 (60.55% from 255) = 26.01%
R=36.99%
G=36.99%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219154000.300.146047.4573.14
HexDBDB9A001EE3c2f49
Octal3333332320036167457111
Binary110110111101101110011010001111011101111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB9A; }

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

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

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

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

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

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

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

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