#DBD896

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

Shades of Primrose #DBD896

Tints of Primrose #DBD896

Color information

#DBD896 (or 0xDBD896) is unknown color: approx Primrose. HEX triplet: DB, D8 and 96. RGB value is (219,216,150). Sum of RGB (Red+Green+Blue) = 219+216+150=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD896 is #242769. Grayscale: #D1D1D1. Windows color (decimal): -2369386 or 9885915. OLE color: 9885915.

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

Color convert

RGB219216150-
CMYK00.010.320.14
HSL57.39º48.94%72.35%-
HSV(B)57.39º31.51%85.88%-
XYZ59.2766.3738.54-
YUV209.3794.49134.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=37.44%
G=36.92%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921615000.010.320.1457.3948.9472.35
HexDBD8960120E393148
Octal3333302260140167161110
Binary1101101111011000100101100110000011101110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD896; }

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

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

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

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

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

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

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

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