Html Css Color HEX #D6A856 Apache

📋 copy color: '#D6A856'

red 214 ◦ green 168 ◦ blue 86

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

Shades of Apache #D6A856

Tints of Apache #D6A856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 45.73%
G = 35.9%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6A856 (or 0xD6A856) is known color: Apache. HEX triplet: D6, A8 and 56. RGB value is (214,168,86). Sum of RGB (Red+Green+Blue) = 214+168+86=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A856 is #2957A9. Grayscale: #ACACAC. Windows color (decimal): -2709418 or 5679318. OLE color: 5679318.

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

Color convert

RGB 214 168 86 -
CMYK 0 0.21 0.60 0.16
HSL 38.44º 0.61% 0.59% -
HSV(B) 38.44º 0.6% 0.84% -
XYZ 43.41 42.97 14.81 -
YUV 172.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 214 168 86 0 0.21 0.60 0.16 38.44 0.61 0.59
Hex D6 A8 56 0 15 3C 10 26 3D 3B
Octal 326 250 126 0 25 74 20 46 75 73
Binary 11010110 10101000 1010110 0 10101 111100 10000 100110 111101 111011

Color Harmonies of #D6A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A856

Black with #D6A856

Text Example


Text Example

White with #D6A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A856; }

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

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

background-color css

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

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

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

border-color css

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

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

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