Html Css Color HEX #D7A760 Apache

📋 copy color: '#D7A760'

red 215 ◦ green 167 ◦ blue 96

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

Shades of Apache #D7A760

Tints of Apache #D7A760

RGB

 RED value IS 215 (84.38% from 255) = 44.98%

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

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

R = 44.98%
G = 34.94%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7A760 (or 0xD7A760) is known color: Apache. HEX triplet: D7, A7 and 60. RGB value is (215,167,96). Sum of RGB (Red+Green+Blue) = 215+167+96=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A760 is #28589F. Grayscale: #ADADAD. Windows color (decimal): -2644128 or 6334423. OLE color: 6334423.

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

Color convert

RGB 215 167 96 -
CMYK 0 0.22 0.55 0.16
HSL 35.8º 0.6% 0.61% -
HSV(B) 35.8º 0.55% 0.84% -
XYZ 43.95 42.93 17.04 -
YUV 173.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 215 167 96 0 0.22 0.55 0.16 35.8 0.6 0.61
Hex D7 A7 60 0 16 37 10 24 3C 3D
Octal 327 247 140 0 26 67 20 44 74 75
Binary 11010111 10100111 1100000 0 10110 110111 10000 100100 111100 111101

Color Harmonies of #D7A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A760

Black with #D7A760

Text Example


Text Example

White with #D7A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A760; }

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

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

background-color css

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

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

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

border-color css

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

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

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