Html Css Color HEX #DBCDAB Aths Special

📋 copy color: '#DBCDAB'

red 219 ◦ green 205 ◦ blue 171

#DBCDAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aths Special #DBCDAB

Tints of Aths Special #DBCDAB

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 value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBCDAB (or 0xDBCDAB) is known color: 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

RGB 219 205 171 -
CMYK 0 0.06 0.22 0.14
HSL 42.5º 0.4% 0.76% -
HSV(B) 42.5º 0.22% 0.86% -
XYZ 58.4 61.66 47.35 -
YUV 205.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 219 205 171 0 0.06 0.22 0.14 42.5 0.4 0.76
Hex DB CD AB 0 6 16 E 2A 28 4C
Octal 333 315 253 0 6 26 16 52 50 114
Binary 11011011 11001101 10101011 0 110 10110 1110 101010 101000 1001100

Color Harmonies of #DBCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDAB

Black with #DBCDAB

Text Example


Text Example

White with #DBCDAB

Text Example


Text Example

HTML Codes & Css Web 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>