Html Css Color HEX #D8A960 Apache

📋 copy color: '#D8A960'

red 216 ◦ green 169 ◦ blue 96

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

Shades of Apache #D8A960

Tints of Apache #D8A960

RGB

 RED value IS 216 (84.77% from 255) = 44.91%

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

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

R = 44.91%
G = 35.14%
B = 19.96%

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

#D8A960 (or 0xD8A960) is known color: Apache. HEX triplet: D8, A9 and 60. RGB value is (216,169,96). Sum of RGB (Red+Green+Blue) = 216+169+96=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A960 is #27569F. Grayscale: #AFAFAF. Windows color (decimal): -2578080 or 6334936. OLE color: 6334936.

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

Color convert

RGB 216 169 96 -
CMYK 0 0.22 0.56 0.15
HSL 36.5º 0.61% 0.61% -
HSV(B) 36.5º 0.56% 0.85% -
XYZ 44.62 43.82 17.17 -
YUV 174.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 216 169 96 0 0.22 0.56 0.15 36.5 0.61 0.61
Hex D8 A9 60 0 16 38 F 24 3D 3D
Octal 330 251 140 0 26 70 17 44 75 75
Binary 11011000 10101001 1100000 0 10110 111000 1111 100100 111101 111101

Color Harmonies of #D8A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A960

Black with #D8A960

Text Example


Text Example

White with #D8A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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