Html Css Color HEX #D6AB59 Apache

📋 copy color: '#D6AB59'

red 214 ◦ green 171 ◦ blue 89

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

Shades of Apache #D6AB59

Tints of Apache #D6AB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 45.15%
G = 36.08%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6AB59 (or 0xD6AB59) is known color: Apache. HEX triplet: D6, AB and 59. RGB value is (214,171,89). Sum of RGB (Red+Green+Blue) = 214+171+89=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB59 is #2954A6. Grayscale: #AEAEAE. Windows color (decimal): -2708647 or 5876694. OLE color: 5876694.

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

Color convert

RGB 214 171 89 -
CMYK 0 0.20 0.58 0.16
HSL 39.36º 0.6% 0.59% -
HSV(B) 39.36º 0.58% 0.84% -
XYZ 44.1 44.14 15.65 -
YUV 174.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 214 171 89 0 0.20 0.58 0.16 39.36 0.6 0.59
Hex D6 AB 59 0 14 3A 10 27 3C 3B
Octal 326 253 131 0 24 72 20 47 74 73
Binary 11010110 10101011 1011001 0 10100 111010 10000 100111 111100 111011

Color Harmonies of #D6AB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB59

Black with #D6AB59

Text Example


Text Example

White with #D6AB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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