Html Css Color HEX #DACBAD Aths Special

📋 copy color: '#DACBAD'

red 218 ◦ green 203 ◦ blue 173

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

Shades of Aths Special #DACBAD

Tints of Aths Special #DACBAD

RGB

 RED value IS 218 (85.55% from 255) = 36.7%

 GREEN value IS 203 (79.69% from 255) = 34.18%

 BLUE value IS 173 (67.97% from 255) = 29.12%

R = 36.7%
G = 34.18%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DACBAD (or 0xDACBAD) is known color: Aths Special. HEX triplet: DA, CB and AD. RGB value is (218,203,173). Sum of RGB (Red+Green+Blue) = 218+203+173=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBAD is #253452. Grayscale: #CCCCCC. Windows color (decimal): -2438227 or 11389914. OLE color: 11389914.

HSL color Cylindrical-coordinate representation of color #DACBAD: hue angle of 40º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DACBAD is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 173 -
CMYK 0 0.07 0.21 0.15
HSL 40º 0.38% 0.77% -
HSV(B) 40º 0.21% 0.85% -
XYZ 57.81 60.63 48.19 -
YUV 204.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 218 203 173 0 0.07 0.21 0.15 40 0.38 0.77
Hex DA CB AD 0 7 15 F 28 26 4D
Octal 332 313 255 0 7 25 17 50 46 115
Binary 11011010 11001011 10101101 0 111 10101 1111 101000 100110 1001101

Color Harmonies of #DACBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACBAD

Black with #DACBAD

Text Example


Text Example

White with #DACBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACBAD; }

 p { color: rgb(218,203,173); }

 H1.HeaderClassName
 {
   color: #DACBAD;
 }
 .AnyTagClassName
 {
   color: #DACBAD;
 }
</style>

background-color css

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

 a { background-color: rgb(218,203,173); }

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

border-color css

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

 span { border-color: rgb(218,203,173); }

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