Html Css Color HEX #D6CCB4 Aths Special

📋 copy color: '#D6CCB4'

red 214 ◦ green 204 ◦ blue 180

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

Shades of Aths Special #D6CCB4

Tints of Aths Special #D6CCB4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.11%

 BLUE value IS 180 (70.7% from 255) = 30.1%

R = 35.79%
G = 34.11%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6CCB4 (or 0xD6CCB4) is known color: Aths Special. HEX triplet: D6, CC and B4. RGB value is (214,204,180). Sum of RGB (Red+Green+Blue) = 214+204+180=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCB4 is #29334B. Grayscale: #CCCCCC. Windows color (decimal): -2700108 or 11848918. OLE color: 11848918.

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

Color convert

RGB 214 204 180 -
CMYK 0 0.05 0.16 0.16
HSL 42.35º 0.29% 0.77% -
HSV(B) 42.35º 0.16% 0.84% -
XYZ 57.56 60.78 51.88 -
YUV 204.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 214 204 180 0 0.05 0.16 0.16 42.35 0.29 0.77
Hex D6 CC B4 0 5 10 10 2A 1D 4D
Octal 326 314 264 0 5 20 20 52 35 115
Binary 11010110 11001100 10110100 0 101 10000 10000 101010 11101 1001101

Color Harmonies of #D6CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCB4

Black with #D6CCB4

Text Example


Text Example

White with #D6CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCB4; }

 p { color: rgb(214,204,180); }

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

background-color css

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

 a { background-color: rgb(214,204,180); }

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

border-color css

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

 span { border-color: rgb(214,204,180); }

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