#DBD998

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

Shades of Primrose #DBD998

Tints of Primrose #DBD998

Color information

#DBD998 (or 0xDBD998) is unknown color: approx Primrose. HEX triplet: DB, D9 and 98. RGB value is (219,217,152). Sum of RGB (Red+Green+Blue) = 219+217+152=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD998 is #242667. Grayscale: #D2D2D2. Windows color (decimal): -2369128 or 10017243. OLE color: 10017243.

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

Color convert

RGB219217152-
CMYK00.010.310.14
HSL58.21º48.2%72.75%-
HSV(B)58.21º30.59%85.88%-
XYZ59.6966.9539.48-
YUV210.1995.16134.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 152 (59.77% from 255) = 25.85%
R=37.24%
G=36.90%
B=25.85%

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
Decimal21921715200.010.310.1458.2148.272.75
HexDBD998011FE3a3049
Octal3333312300137167260111
Binary110110111101100110011000011111111101110101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD998; }

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

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

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

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

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

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

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

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