Html Css Color HEX #D6A156 Apache

📋 copy color: '#D6A156'

red 214 ◦ green 161 ◦ blue 86

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

Shades of Apache #D6A156

Tints of Apache #D6A156

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 86 (33.98% from 255) = 18.66%

R = 46.42%
G = 34.92%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6A156 (or 0xD6A156) is known color: Apache. HEX triplet: D6, A1 and 56. RGB value is (214,161,86). Sum of RGB (Red+Green+Blue) = 214+161+86=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A156 is #295EA9. Grayscale: #A8A8A8. Windows color (decimal): -2711210 or 5677526. OLE color: 5677526.

HSL color Cylindrical-coordinate representation of color #D6A156: hue angle of 35.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6A156 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 86 -
CMYK 0 0.25 0.60 0.16
HSL 35.16º 0.61% 0.59% -
HSV(B) 35.16º 0.6% 0.84% -
XYZ 42.16 40.46 14.39 -
YUV 168.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 214 161 86 0 0.25 0.60 0.16 35.16 0.61 0.59
Hex D6 A1 56 0 19 3C 10 23 3D 3B
Octal 326 241 126 0 31 74 20 43 75 73
Binary 11010110 10100001 1010110 0 11001 111100 10000 100011 111101 111011

Color Harmonies of #D6A156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A156

Black with #D6A156

Text Example


Text Example

White with #D6A156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A156; }

 p { color: rgb(214,161,86); }

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

background-color css

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

 a { background-color: rgb(214,161,86); }

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

border-color css

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

 span { border-color: rgb(214,161,86); }

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