Html Css Color HEX #D6A054 Apache

📋 copy color: '#D6A054'

red 214 ◦ green 160 ◦ blue 84

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

Shades of Apache #D6A054

Tints of Apache #D6A054

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

 BLUE value IS 84 (33.2% from 255) = 18.34%

R = 46.72%
G = 34.93%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6A054 (or 0xD6A054) is known color: Apache. HEX triplet: D6, A0 and 54. RGB value is (214,160,84). Sum of RGB (Red+Green+Blue) = 214+160+84=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A054 is #295FAB. Grayscale: #A7A7A7. Windows color (decimal): -2711468 or 5546198. OLE color: 5546198.

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

Color convert

RGB 214 160 84 -
CMYK 0 0.25 0.61 0.16
HSL 35.08º 0.61% 0.58% -
HSV(B) 35.08º 0.61% 0.84% -
XYZ 41.9 40.08 13.91 -
YUV 167.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 214 160 84 0 0.25 0.61 0.16 35.08 0.61 0.58
Hex D6 A0 54 0 19 3D 10 23 3D 3A
Octal 326 240 124 0 31 75 20 43 75 72
Binary 11010110 10100000 1010100 0 11001 111101 10000 100011 111101 111010

Color Harmonies of #D6A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A054

Black with #D6A054

Text Example


Text Example

White with #D6A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A054; }

 p { color: rgb(214,160,84); }

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

background-color css

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

 a { background-color: rgb(214,160,84); }

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

border-color css

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

 span { border-color: rgb(214,160,84); }

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