#DBD88D

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

Shades of Primrose #DBD88D

Tints of Primrose #DBD88D

Color information

#DBD88D (or 0xDBD88D) is unknown color: approx Primrose. HEX triplet: DB, D8 and 8D. RGB value is (219,216,141). Sum of RGB (Red+Green+Blue) = 219+216+141=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD88D is #242772. Grayscale: #D0D0D0. Windows color (decimal): -2369395 or 9296091. OLE color: 9296091.

HSL color Cylindrical-coordinate representation of color #DBD88D: hue angle of 57.69º 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 #DBD88D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219216141-
CMYK00.010.360.14
HSL57.69º52%70.59%-
HSV(B)57.69º35.62%85.88%-
XYZ58.5866.0934.87-
YUV208.3589.99135.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 216 (84.77% from 255) = 37.5%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=38.02%
G=37.5%
B=24.48%

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
Decimal21921614100.010.360.1457.695270.59
HexDBD88D0124E3a3447
Octal3333302150144167264107
Binary1101101111011000100011010110010011101110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD88D; }

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

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

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

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

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

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

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

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