Html Css Color HEX #D6A35B Apache

📋 copy color: '#D6A35B'

red 214 ◦ green 163 ◦ blue 91

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

Shades of Apache #D6A35B

Tints of Apache #D6A35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

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

R = 45.73%
G = 34.83%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6A35B (or 0xD6A35B) is known color: Apache. HEX triplet: D6, A3 and 5B. RGB value is (214,163,91). Sum of RGB (Red+Green+Blue) = 214+163+91=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A35B is #295CA4. Grayscale: #AAAAAA. Windows color (decimal): -2710693 or 6005718. OLE color: 6005718.

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

Color convert

RGB 214 163 91 -
CMYK 0 0.24 0.57 0.16
HSL 35.12º 0.6% 0.6% -
HSV(B) 35.12º 0.57% 0.84% -
XYZ 42.72 41.25 15.61 -
YUV 170.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 214 163 91 0 0.24 0.57 0.16 35.12 0.6 0.6
Hex D6 A3 5B 0 18 39 10 23 3C 3C
Octal 326 243 133 0 30 71 20 43 74 74
Binary 11010110 10100011 1011011 0 11000 111001 10000 100011 111100 111100

Color Harmonies of #D6A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A35B

Black with #D6A35B

Text Example


Text Example

White with #D6A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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