#DBD888

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

Shades of Primrose #DBD888

Tints of Primrose #DBD888

Color information

#DBD888 (or 0xDBD888) is unknown color: approx Primrose. HEX triplet: DB, D8 and 88. RGB value is (219,216,136). Sum of RGB (Red+Green+Blue) = 219+216+136=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD888 is #242777. Grayscale: #D0D0D0. Windows color (decimal): -2369400 or 8968411. OLE color: 8968411.

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

Color convert

RGB219216136-
CMYK00.010.380.14
HSL57.83º53.55%69.61%-
HSV(B)57.83º37.9%85.88%-
XYZ58.2165.9532.95-
YUV207.7887.49136-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=38.35%
G=37.83%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921613600.010.380.1457.8353.5569.61
HexDBD8880126E3a3646
Octal3333302100146167266106
Binary1101101111011000100010000110011011101110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD888; }

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

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

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

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

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

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

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

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