Html Css Color HEX #D6AB56 Apache

📋 copy color: '#D6AB56'

red 214 ◦ green 171 ◦ blue 86

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

Shades of Apache #D6AB56

Tints of Apache #D6AB56

RGB

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

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

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

R = 45.44%
G = 36.31%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6AB56 (or 0xD6AB56) is known color: Apache. HEX triplet: D6, AB and 56. RGB value is (214,171,86). Sum of RGB (Red+Green+Blue) = 214+171+86=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB56 is #2954A9. Grayscale: #AEAEAE. Windows color (decimal): -2708650 or 5680086. OLE color: 5680086.

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

Color convert

RGB 214 171 86 -
CMYK 0 0.20 0.60 0.16
HSL 39.84º 0.61% 0.59% -
HSV(B) 39.84º 0.6% 0.84% -
XYZ 43.97 44.09 15 -
YUV 174.17 78.25 156.41 -
System Red Green Blue C M Y K H S L
Decimal 214 171 86 0 0.20 0.60 0.16 39.84 0.61 0.59
Hex D6 AB 56 0 14 3C 10 28 3D 3B
Octal 326 253 126 0 24 74 20 50 75 73
Binary 11010110 10101011 1010110 0 10100 111100 10000 101000 111101 111011

Color Harmonies of #D6AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB56

Black with #D6AB56

Text Example


Text Example

White with #D6AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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