Html Css Color HEX #D6CCB2 Aths Special

📋 copy color: '#D6CCB2'

red 214 ◦ green 204 ◦ blue 178

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

Shades of Aths Special #D6CCB2

Tints of Aths Special #D6CCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.87%

R = 35.91%
G = 34.23%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6CCB2 (or 0xD6CCB2) is known color: Aths Special. HEX triplet: D6, CC and B2. RGB value is (214,204,178). Sum of RGB (Red+Green+Blue) = 214+204+178=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CCB2 is #29334D. Grayscale: #CCCCCC. Windows color (decimal): -2700110 or 11717846. OLE color: 11717846.

HSL color Cylindrical-coordinate representation of color #D6CCB2: hue angle of 43.33º 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 #D6CCB2 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 178 -
CMYK 0 0.05 0.17 0.16
HSL 43.33º 0.31% 0.77% -
HSV(B) 43.33º 0.17% 0.84% -
XYZ 57.36 60.7 50.81 -
YUV 204.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 214 204 178 0 0.05 0.17 0.16 43.33 0.31 0.77
Hex D6 CC B2 0 5 11 10 2B 1F 4D
Octal 326 314 262 0 5 21 20 53 37 115
Binary 11010110 11001100 10110010 0 101 10001 10000 101011 11111 1001101

Color Harmonies of #D6CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCB2

Black with #D6CCB2

Text Example


Text Example

White with #D6CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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