Html Css Color HEX #D9A960 Apache

📋 copy color: '#D9A960'

red 217 ◦ green 169 ◦ blue 96

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

Shades of Apache #D9A960

Tints of Apache #D9A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.06%

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

R = 45.02%
G = 35.06%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A960 (or 0xD9A960) is known color: Apache. HEX triplet: D9, A9 and 60. RGB value is (217,169,96). Sum of RGB (Red+Green+Blue) = 217+169+96=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A960 is #26569F. Grayscale: #AFAFAF. Windows color (decimal): -2512544 or 6334937. OLE color: 6334937.

HSL color Cylindrical-coordinate representation of color #D9A960: hue angle of 36.2º 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 #D9A960 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 96 -
CMYK 0 0.22 0.56 0.15
HSL 36.2º 0.61% 0.61% -
HSV(B) 36.2º 0.56% 0.85% -
XYZ 44.91 43.97 17.19 -
YUV 175.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 217 169 96 0 0.22 0.56 0.15 36.2 0.61 0.61
Hex D9 A9 60 0 16 38 F 24 3D 3D
Octal 331 251 140 0 26 70 17 44 75 75
Binary 11011001 10101001 1100000 0 10110 111000 1111 100100 111101 111101

Color Harmonies of #D9A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A960

Black with #D9A960

Text Example


Text Example

White with #D9A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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