Html Css Color HEX #D6CDBA Aths Special

📋 copy color: '#D6CDBA'

red 214 ◦ green 205 ◦ blue 186

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

Shades of Aths Special #D6CDBA

Tints of Aths Special #D6CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 35.37%
G = 33.88%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6CDBA (or 0xD6CDBA) is known color: Aths Special. HEX triplet: D6, CD and BA. RGB value is (214,205,186). Sum of RGB (Red+Green+Blue) = 214+205+186=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBA is #293245. Grayscale: #CDCDCD. Windows color (decimal): -2699846 or 12242390. OLE color: 12242390.

HSL color Cylindrical-coordinate representation of color #D6CDBA: hue angle of 40.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CDBA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 186 -
CMYK 0 0.04 0.13 0.16
HSL 40.71º 0.25% 0.78% -
HSV(B) 40.71º 0.13% 0.84% -
XYZ 58.43 61.5 55.25 -
YUV 205.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 214 205 186 0 0.04 0.13 0.16 40.71 0.25 0.78
Hex D6 CD BA 0 4 D 10 29 19 4E
Octal 326 315 272 0 4 15 20 51 31 116
Binary 11010110 11001101 10111010 0 100 1101 10000 101001 11001 1001110

Color Harmonies of #D6CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDBA

Black with #D6CDBA

Text Example


Text Example

White with #D6CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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