#DBD6D1

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

Shades of Gallery #DBD6D1

Tints of Gallery #DBD6D1

Color information

#DBD6D1 (or 0xDBD6D1) is unknown color: approx Gallery. HEX triplet: DB, D6 and D1. RGB value is (219,214,209). Sum of RGB (Red+Green+Blue) = 219+214+209=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D1 is #24292E. Grayscale: #D6D6D6. Windows color (decimal): -2369839 or 13752027. OLE color: 13752027.

HSL color Cylindrical-coordinate representation of color #DBD6D1: hue angle of 30º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD6D1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219214209-
CMYK00.020.050.14
HSL30º12.2%83.92%-
HSV(B)30º4.57%85.88%-
XYZ64.7767.7669.99-
YUV214.92124.66130.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=34.11%
G=33.33%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921420900.020.050.143012.283.92
HexDBD6D1025E1ec54
Octal333326321025163614124
Binary11011011110101101101000101010111101111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6D1; }

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

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

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

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

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

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

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

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