Html Css Color HEX #D6AB57 Apache

📋 copy color: '#D6AB57'

red 214 ◦ green 171 ◦ blue 87

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

Shades of Apache #D6AB57

Tints of Apache #D6AB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 87 (34.38% from 255) = 18.43%

R = 45.34%
G = 36.23%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6AB57 (or 0xD6AB57) is known color: Apache. HEX triplet: D6, AB and 57. RGB value is (214,171,87). Sum of RGB (Red+Green+Blue) = 214+171+87=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB57 is #2954A8. Grayscale: #AEAEAE. Windows color (decimal): -2708649 or 5745622. OLE color: 5745622.

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

Color convert

RGB 214 171 87 -
CMYK 0 0.20 0.59 0.16
HSL 39.69º 0.61% 0.59% -
HSV(B) 39.69º 0.59% 0.84% -
XYZ 44.01 44.11 15.21 -
YUV 174.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 214 171 87 0 0.20 0.59 0.16 39.69 0.61 0.59
Hex D6 AB 57 0 14 3B 10 28 3D 3B
Octal 326 253 127 0 24 73 20 50 75 73
Binary 11010110 10101011 1010111 0 10100 111011 10000 101000 111101 111011

Color Harmonies of #D6AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB57

Black with #D6AB57

Text Example


Text Example

White with #D6AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB57; }

 p { color: rgb(214,171,87); }

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

background-color css

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

 a { background-color: rgb(214,171,87); }

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

border-color css

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

 span { border-color: rgb(214,171,87); }

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