Html Css Color HEX #D6A761 Apache

📋 copy color: '#D6A761'

red 214 ◦ green 167 ◦ blue 97

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

Shades of Apache #D6A761

Tints of Apache #D6A761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 44.77%
G = 34.94%
B = 20.29%

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

#D6A761 (or 0xD6A761) is known color: Apache. HEX triplet: D6, A7 and 61. RGB value is (214,167,97). Sum of RGB (Red+Green+Blue) = 214+167+97=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A761 is #29589E. Grayscale: #ADADAD. Windows color (decimal): -2709663 or 6399958. OLE color: 6399958.

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

Color convert

RGB 214 167 97 -
CMYK 0 0.22 0.55 0.16
HSL 35.9º 0.59% 0.61% -
HSV(B) 35.9º 0.55% 0.84% -
XYZ 43.71 42.8 17.27 -
YUV 173.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 214 167 97 0 0.22 0.55 0.16 35.9 0.59 0.61
Hex D6 A7 61 0 16 37 10 24 3B 3D
Octal 326 247 141 0 26 67 20 44 73 75
Binary 11010110 10100111 1100001 0 10110 110111 10000 100100 111011 111101

Color Harmonies of #D6A761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A761

Black with #D6A761

Text Example


Text Example

White with #D6A761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A761; }

 p { color: rgb(214,167,97); }

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

background-color css

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

 a { background-color: rgb(214,167,97); }

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

border-color css

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

 span { border-color: rgb(214,167,97); }

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