#DBD98D

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

Shades of Primrose #DBD98D

Tints of Primrose #DBD98D

Color information

#DBD98D (or 0xDBD98D) is unknown color: approx Primrose. HEX triplet: DB, D9 and 8D. RGB value is (219,217,141). Sum of RGB (Red+Green+Blue) = 219+217+141=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD98D is #242672. Grayscale: #D1D1D1. Windows color (decimal): -2369139 or 9296347. OLE color: 9296347.

HSL color Cylindrical-coordinate representation of color #DBD98D: hue angle of 58.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD98D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219217141-
CMYK00.010.360.14
HSL58.46º52%70.59%-
HSV(B)58.46º35.62%85.88%-
XYZ58.8366.6134.96-
YUV208.9389.66135.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 141 (55.47% from 255) = 24.44%
R=37.95%
G=37.61%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921714100.010.360.1458.465270.59
HexDBD98D0124E3a3447
Octal3333312150144167264107
Binary1101101111011001100011010110010011101110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD98D; }

 p { color: rgb(219,217,141); }

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

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

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

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

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

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

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