Html Css Color HEX #D6A45B Apache

📋 copy color: '#D6A45B'

red 214 ◦ green 164 ◦ blue 91

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

Shades of Apache #D6A45B

Tints of Apache #D6A45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 45.63%
G = 34.97%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6A45B (or 0xD6A45B) is known color: Apache. HEX triplet: D6, A4 and 5B. RGB value is (214,164,91). Sum of RGB (Red+Green+Blue) = 214+164+91=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A45B is #295BA4. Grayscale: #AAAAAA. Windows color (decimal): -2710437 or 6005974. OLE color: 6005974.

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

Color convert

RGB 214 164 91 -
CMYK 0 0.23 0.57 0.16
HSL 35.61º 0.6% 0.6% -
HSV(B) 35.61º 0.57% 0.84% -
XYZ 42.9 41.6 15.67 -
YUV 170.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 214 164 91 0 0.23 0.57 0.16 35.61 0.6 0.6
Hex D6 A4 5B 0 17 39 10 24 3C 3C
Octal 326 244 133 0 27 71 20 44 74 74
Binary 11010110 10100100 1011011 0 10111 111001 10000 100100 111100 111100

Color Harmonies of #D6A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A45B

Black with #D6A45B

Text Example


Text Example

White with #D6A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A45B; }

 p { color: rgb(214,164,91); }

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

background-color css

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

 a { background-color: rgb(214,164,91); }

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

border-color css

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

 span { border-color: rgb(214,164,91); }

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