Html Css Color HEX #D6A65A Apache

📋 copy color: '#D6A65A'

red 214 ◦ green 166 ◦ blue 90

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

Shades of Apache #D6A65A

Tints of Apache #D6A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 45.53%
G = 35.32%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6A65A (or 0xD6A65A) is known color: Apache. HEX triplet: D6, A6 and 5A. RGB value is (214,166,90). Sum of RGB (Red+Green+Blue) = 214+166+90=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A65A is #2959A5. Grayscale: #ACACAC. Windows color (decimal): -2709926 or 5940950. OLE color: 5940950.

HSL color Cylindrical-coordinate representation of color #D6A65A: hue angle of 36.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6A65A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 90 -
CMYK 0 0.22 0.58 0.16
HSL 36.77º 0.6% 0.6% -
HSV(B) 36.77º 0.58% 0.84% -
XYZ 43.21 42.31 15.56 -
YUV 171.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 214 166 90 0 0.22 0.58 0.16 36.77 0.6 0.6
Hex D6 A6 5A 0 16 3A 10 25 3C 3C
Octal 326 246 132 0 26 72 20 45 74 74
Binary 11010110 10100110 1011010 0 10110 111010 10000 100101 111100 111100

Color Harmonies of #D6A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A65A

Black with #D6A65A

Text Example


Text Example

White with #D6A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A65A; }

 p { color: rgb(214,166,90); }

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

background-color css

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

 a { background-color: rgb(214,166,90); }

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

border-color css

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

 span { border-color: rgb(214,166,90); }

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