Html Css Color HEX #D6A65D Apache

📋 copy color: '#D6A65D'

red 214 ◦ green 166 ◦ blue 93

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

Shades of Apache #D6A65D

Tints of Apache #D6A65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 45.24%
G = 35.1%
B = 19.66%

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

#D6A65D (or 0xD6A65D) is known color: Apache. HEX triplet: D6, A6 and 5D. RGB value is (214,166,93). Sum of RGB (Red+Green+Blue) = 214+166+93=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A65D is #2959A2. Grayscale: #ACACAC. Windows color (decimal): -2709923 or 6137558. OLE color: 6137558.

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

Color convert

RGB 214 166 93 -
CMYK 0 0.22 0.57 0.16
HSL 36.2º 0.6% 0.6% -
HSV(B) 36.2º 0.57% 0.84% -
XYZ 43.34 42.36 16.25 -
YUV 172.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 214 166 93 0 0.22 0.57 0.16 36.2 0.6 0.6
Hex D6 A6 5D 0 16 39 10 24 3C 3C
Octal 326 246 135 0 26 71 20 44 74 74
Binary 11010110 10100110 1011101 0 10110 111001 10000 100100 111100 111100

Color Harmonies of #D6A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A65D

Black with #D6A65D

Text Example


Text Example

White with #D6A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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