Html Css Color HEX #D4A760 Apache

📋 copy color: '#D4A760'

red 212 ◦ green 167 ◦ blue 96

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

Shades of Apache #D4A760

Tints of Apache #D4A760

RGB

 RED value IS 212 (83.2% from 255) = 44.63%

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 96 (37.89% from 255) = 20.21%

R = 44.63%
G = 35.16%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4A760 (or 0xD4A760) is known color: Apache. HEX triplet: D4, A7 and 60. RGB value is (212,167,96). Sum of RGB (Red+Green+Blue) = 212+167+96=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A760 is #2B589F. Grayscale: #ACACAC. Windows color (decimal): -2840736 or 6334420. OLE color: 6334420.

HSL color Cylindrical-coordinate representation of color #D4A760: hue angle of 36.72º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4A760 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 167 96 -
CMYK 0 0.21 0.55 0.17
HSL 36.72º 0.57% 0.6% -
HSV(B) 36.72º 0.55% 0.83% -
XYZ 43.08 42.48 16.99 -
YUV 172.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 212 167 96 0 0.21 0.55 0.17 36.72 0.57 0.6
Hex D4 A7 60 0 15 37 11 25 39 3C
Octal 324 247 140 0 25 67 21 45 71 74
Binary 11010100 10100111 1100000 0 10101 110111 10001 100101 111001 111100

Color Harmonies of #D4A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A760

Black with #D4A760

Text Example


Text Example

White with #D4A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A760; }

 p { color: rgb(212,167,96); }

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

background-color css

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

 a { background-color: rgb(212,167,96); }

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

border-color css

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

 span { border-color: rgb(212,167,96); }

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