#DBCDAB

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

Shades of Aths Special #DBCDAB

Tints of Aths Special #DBCDAB

Color information

#DBCDAB (or 0xDBCDAB) is unknown color: approx Aths Special. HEX triplet: DB, CD and AB. RGB value is (219,205,171). Sum of RGB (Red+Green+Blue) = 219+205+171=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDAB is #243254. Grayscale: #CDCDCD. Windows color (decimal): -2372181 or 11259355. OLE color: 11259355.

HSL color Cylindrical-coordinate representation of color #DBCDAB: hue angle of 42.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBCDAB is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219205171-
CMYK00.060.220.14
HSL42.5º40%76.47%-
HSV(B)42.5º21.92%85.88%-
XYZ58.461.6647.35-
YUV205.31108.64137.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=36.81%
G=34.45%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920517100.060.220.1442.54076.47
HexDBCDAB0616E2a284c
Octal3333152530626165250114
Binary11011011110011011010101101101011011101010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDAB; }

 p { color: rgb(219,205,171); }

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

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

 a { background-color: rgb(219,205,171); }

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

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

 span { border-color: rgb(219,205,171); }

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