Html Css Color HEX #D6C0A6 Soft Amber

📋 copy color: '#D6C0A6'

red 214 ◦ green 192 ◦ blue 166

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

Shades of Soft Amber #D6C0A6

Tints of Soft Amber #D6C0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 166 (65.23% from 255) = 29.02%

R = 37.41%
G = 33.57%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6C0A6 (or 0xD6C0A6) is known color: Soft Amber. HEX triplet: D6, C0 and A6. RGB value is (214,192,166). Sum of RGB (Red+Green+Blue) = 214+192+166=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C0A6 is #293F59. Grayscale: #C3C3C3. Windows color (decimal): -2703194 or 10928342. OLE color: 10928342.

HSL color Cylindrical-coordinate representation of color #D6C0A6: hue angle of 32.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6C0A6 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 166 -
CMYK 0 0.10 0.22 0.16
HSL 32.5º 0.37% 0.75% -
HSV(B) 32.5º 0.22% 0.84% -
XYZ 53.46 54.75 43.83 -
YUV 195.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 214 192 166 0 0.10 0.22 0.16 32.5 0.37 0.75
Hex D6 C0 A6 0 A 16 10 20 25 4B
Octal 326 300 246 0 12 26 20 40 45 113
Binary 11010110 11000000 10100110 0 1010 10110 10000 100000 100101 1001011

Color Harmonies of #D6C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C0A6

Black with #D6C0A6

Text Example


Text Example

White with #D6C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C0A6; }

 p { color: rgb(214,192,166); }

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

background-color css

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

 a { background-color: rgb(214,192,166); }

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

border-color css

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

 span { border-color: rgb(214,192,166); }

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