#DBD898

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

Shades of Primrose #DBD898

Tints of Primrose #DBD898

Color information

#DBD898 (or 0xDBD898) is unknown color: approx Primrose. HEX triplet: DB, D8 and 98. RGB value is (219,216,152). Sum of RGB (Red+Green+Blue) = 219+216+152=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD898 is #242767. Grayscale: #D1D1D1. Windows color (decimal): -2369384 or 10016987. OLE color: 10016987.

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

Color convert

RGB219216152-
CMYK00.010.310.14
HSL57.31º48.2%72.75%-
HSV(B)57.31º30.59%85.88%-
XYZ59.4466.4439.4-
YUV209.695.49134.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 152 (59.77% from 255) = 25.89%
R=37.31%
G=36.80%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921615200.010.310.1457.3148.272.75
HexDBD898011FE393049
Octal3333302300137167160111
Binary110110111101100010011000011111111101110011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD898; }

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

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

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

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

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

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

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

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