Html Css Color HEX #D9A760 Apache

📋 copy color: '#D9A760'

red 217 ◦ green 167 ◦ blue 96

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

Shades of Apache #D9A760

Tints of Apache #D9A760

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

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

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

R = 45.21%
G = 34.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A760 (or 0xD9A760) is known color: Apache. HEX triplet: D9, A7 and 60. RGB value is (217,167,96). Sum of RGB (Red+Green+Blue) = 217+167+96=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A760 is #26589F. Grayscale: #AEAEAE. Windows color (decimal): -2513056 or 6334425. OLE color: 6334425.

HSL color Cylindrical-coordinate representation of color #D9A760: hue angle of 35.21º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9A760 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 167 96 -
CMYK 0 0.23 0.56 0.15
HSL 35.21º 0.61% 0.61% -
HSV(B) 35.21º 0.56% 0.85% -
XYZ 44.55 43.23 17.06 -
YUV 173.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 217 167 96 0 0.23 0.56 0.15 35.21 0.61 0.61
Hex D9 A7 60 0 17 38 F 23 3D 3D
Octal 331 247 140 0 27 70 17 43 75 75
Binary 11011001 10100111 1100000 0 10111 111000 1111 100011 111101 111101

Color Harmonies of #D9A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A760

Black with #D9A760

Text Example


Text Example

White with #D9A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A760; }

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

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

background-color css

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

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

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

border-color css

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

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

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