#DBD88C

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

Shades of Primrose #DBD88C

Tints of Primrose #DBD88C

Color information

#DBD88C (or 0xDBD88C) is unknown color: approx Primrose. HEX triplet: DB, D8 and 8C. RGB value is (219,216,140). Sum of RGB (Red+Green+Blue) = 219+216+140=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD88C is #242773. Grayscale: #D0D0D0. Windows color (decimal): -2369396 or 9230555. OLE color: 9230555.

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

Color convert

RGB219216140-
CMYK00.010.360.14
HSL57.72º52.32%70.39%-
HSV(B)57.72º36.07%85.88%-
XYZ58.566.0734.48-
YUV208.2389.49135.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 140 (55.08% from 255) = 24.35%
R=38.09%
G=37.57%
B=24.35%

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
Decimal21921614000.010.360.1457.7252.3270.39
HexDBD88C0124E3a3446
Octal3333302140144167264106
Binary1101101111011000100011000110010011101110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD88C; }

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

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

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

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

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

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

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

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