Html Css Color HEX #D6CAB1 Aths Special

📋 copy color: '#D6CAB1'

red 214 ◦ green 202 ◦ blue 177

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

Shades of Aths Special #D6CAB1

Tints of Aths Special #D6CAB1

RGB

 RED value IS 214 (83.98% from 255) = 36.09%

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 177 (69.53% from 255) = 29.85%

R = 36.09%
G = 34.06%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6CAB1 (or 0xD6CAB1) is known color: Aths Special. HEX triplet: D6, CA and B1. RGB value is (214,202,177). Sum of RGB (Red+Green+Blue) = 214+202+177=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CAB1 is #29354E. Grayscale: #CACACA. Windows color (decimal): -2700623 or 11651798. OLE color: 11651798.

HSL color Cylindrical-coordinate representation of color #D6CAB1: hue angle of 40.54º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CAB1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 177 -
CMYK 0 0.06 0.17 0.16
HSL 40.54º 0.31% 0.77% -
HSV(B) 40.54º 0.17% 0.84% -
XYZ 56.79 59.71 50.13 -
YUV 202.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 214 202 177 0 0.06 0.17 0.16 40.54 0.31 0.77
Hex D6 CA B1 0 6 11 10 29 1F 4D
Octal 326 312 261 0 6 21 20 51 37 115
Binary 11010110 11001010 10110001 0 110 10001 10000 101001 11111 1001101

Color Harmonies of #D6CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CAB1

Black with #D6CAB1

Text Example


Text Example

White with #D6CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CAB1; }

 p { color: rgb(214,202,177); }

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

background-color css

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

 a { background-color: rgb(214,202,177); }

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

border-color css

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

 span { border-color: rgb(214,202,177); }

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