#DBDD86

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

Shades of Primrose #DBDD86

Tints of Primrose #DBDD86

Color information

#DBDD86 (or 0xDBDD86) is unknown color: approx Primrose. HEX triplet: DB, DD and 86. RGB value is (219,221,134). Sum of RGB (Red+Green+Blue) = 219+221+134=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD86 is #242279. Grayscale: #D2D2D2. Windows color (decimal): -2368122 or 8838619. OLE color: 8838619.

HSL color Cylindrical-coordinate representation of color #DBDD86: hue angle of 61.38º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBDD86 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB219221134-
CMYK0.0100.390.13
HSL61.38º56.13%69.61%-
HSV(B)61.38º39.37%86.67%-
XYZ59.3768.4932.65-
YUV210.4884.84134.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 134 (52.73% from 255) = 23.34%
R=38.15%
G=38.50%
B=23.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211340.0100.390.1361.3856.1369.61
HexDBDD861027D3d3846
Octal3333352061047157570106
Binary1101101111011101100001101010011111011111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD86; }

 p { color: rgb(219,221,134); }

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

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

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

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

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

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

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