Html Css Color HEX #D6A960 Apache

📋 copy color: '#D6A960'

red 214 ◦ green 169 ◦ blue 96

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

Shades of Apache #D6A960

Tints of Apache #D6A960

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

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

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

R = 44.68%
G = 35.28%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6A960 (or 0xD6A960) is known color: Apache. HEX triplet: D6, A9 and 60. RGB value is (214,169,96). Sum of RGB (Red+Green+Blue) = 214+169+96=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A960 is #29569F. Grayscale: #AEAEAE. Windows color (decimal): -2709152 or 6334934. OLE color: 6334934.

HSL color Cylindrical-coordinate representation of color #D6A960: hue angle of 37.12º degrees, saturation: 0.59, 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 #D6A960 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 96 -
CMYK 0 0.21 0.55 0.16
HSL 37.12º 0.59% 0.61% -
HSV(B) 37.12º 0.55% 0.84% -
XYZ 44.03 43.52 17.15 -
YUV 174.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 214 169 96 0 0.21 0.55 0.16 37.12 0.59 0.61
Hex D6 A9 60 0 15 37 10 25 3B 3D
Octal 326 251 140 0 25 67 20 45 73 75
Binary 11010110 10101001 1100000 0 10101 110111 10000 100101 111011 111101

Color Harmonies of #D6A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A960

Black with #D6A960

Text Example


Text Example

White with #D6A960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A960; }

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

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

background-color css

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

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

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

border-color css

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

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

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