Html Css Color HEX #D6A65C Apache

📋 copy color: '#D6A65C'

red 214 ◦ green 166 ◦ blue 92

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

Shades of Apache #D6A65C

Tints of Apache #D6A65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 45.34%
G = 35.17%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6A65C (or 0xD6A65C) is known color: Apache. HEX triplet: D6, A6 and 5C. RGB value is (214,166,92). Sum of RGB (Red+Green+Blue) = 214+166+92=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A65C is #2959A3. Grayscale: #ACACAC. Windows color (decimal): -2709924 or 6072022. OLE color: 6072022.

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

Color convert

RGB 214 166 92 -
CMYK 0 0.22 0.57 0.16
HSL 36.39º 0.6% 0.6% -
HSV(B) 36.39º 0.57% 0.84% -
XYZ 43.3 42.34 16.02 -
YUV 171.92 82.9 158.02 -
System Red Green Blue C M Y K H S L
Decimal 214 166 92 0 0.22 0.57 0.16 36.39 0.6 0.6
Hex D6 A6 5C 0 16 39 10 24 3C 3C
Octal 326 246 134 0 26 71 20 44 74 74
Binary 11010110 10100110 1011100 0 10110 111001 10000 100100 111100 111100

Color Harmonies of #D6A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A65C

Black with #D6A65C

Text Example


Text Example

White with #D6A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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