Html Css Color HEX #D6A862 Apache

📋 copy color: '#D6A862'

red 214 ◦ green 168 ◦ blue 98

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

Shades of Apache #D6A862

Tints of Apache #D6A862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 44.58%
G = 35%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6A862 (or 0xD6A862) is known color: Apache. HEX triplet: D6, A8 and 62. RGB value is (214,168,98). Sum of RGB (Red+Green+Blue) = 214+168+98=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A862 is #29579D. Grayscale: #AEAEAE. Windows color (decimal): -2709406 or 6465750. OLE color: 6465750.

HSL color Cylindrical-coordinate representation of color #D6A862: hue angle of 36.21º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6A862 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 168 98 -
CMYK 0 0.21 0.54 0.16
HSL 36.21º 0.59% 0.61% -
HSV(B) 36.21º 0.54% 0.84% -
XYZ 43.94 43.18 17.57 -
YUV 173.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 214 168 98 0 0.21 0.54 0.16 36.21 0.59 0.61
Hex D6 A8 62 0 15 36 10 24 3B 3D
Octal 326 250 142 0 25 66 20 44 73 75
Binary 11010110 10101000 1100010 0 10101 110110 10000 100100 111011 111101

Color Harmonies of #D6A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A862

Black with #D6A862

Text Example


Text Example

White with #D6A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A862; }

 p { color: rgb(214,168,98); }

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

background-color css

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

 a { background-color: rgb(214,168,98); }

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

border-color css

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

 span { border-color: rgb(214,168,98); }

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