#DBD696

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

Shades of Primrose #DBD696

Tints of Primrose #DBD696

Color information

#DBD696 (or 0xDBD696) is unknown color: approx Primrose. HEX triplet: DB, D6 and 96. RGB value is (219,214,150). Sum of RGB (Red+Green+Blue) = 219+214+150=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD696 is #242969. Grayscale: #D0D0D0. Windows color (decimal): -2369898 or 9885403. OLE color: 9885403.

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

Color convert

RGB219214150-
CMYK00.020.320.14
HSL55.65º48.94%72.35%-
HSV(B)55.65º31.51%85.88%-
XYZ58.7765.3638.37-
YUV208.295.16135.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=37.56%
G=36.71%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921415000.020.320.1455.6548.9472.35
HexDBD6960220E383148
Octal3333262260240167061110
Binary11011011110101101001011001010000011101110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD696; }

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

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

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

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

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

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

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

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