Html Css Color HEX #D6CDAB Aths Special

📋 copy color: '#D6CDAB'

red 214 ◦ green 205 ◦ blue 171

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

Shades of Aths Special #D6CDAB

Tints of Aths Special #D6CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.75%

 BLUE value IS 171 (67.19% from 255) = 28.98%

R = 36.27%
G = 34.75%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6CDAB (or 0xD6CDAB) is known color: Aths Special. HEX triplet: D6, CD and AB. RGB value is (214,205,171). Sum of RGB (Red+Green+Blue) = 214+205+171=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CDAB is #293254. Grayscale: #CBCBCB. Windows color (decimal): -2699861 or 11259350. OLE color: 11259350.

HSL color Cylindrical-coordinate representation of color #D6CDAB: hue angle of 47.44º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6CDAB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 171 -
CMYK 0 0.04 0.20 0.16
HSL 47.44º 0.34% 0.75% -
HSV(B) 47.44º 0.2% 0.84% -
XYZ 56.91 60.9 47.28 -
YUV 203.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 214 205 171 0 0.04 0.20 0.16 47.44 0.34 0.75
Hex D6 CD AB 0 4 14 10 2F 22 4B
Octal 326 315 253 0 4 24 20 57 42 113
Binary 11010110 11001101 10101011 0 100 10100 10000 101111 100010 1001011

Color Harmonies of #D6CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDAB

Black with #D6CDAB

Text Example


Text Example

White with #D6CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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