Html Css Color HEX #D7A862 Apache

📋 copy color: '#D7A862'

red 215 ◦ green 168 ◦ blue 98

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

Shades of Apache #D7A862

Tints of Apache #D7A862

RGB

 RED value IS 215 (84.38% from 255) = 44.7%

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

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

R = 44.7%
G = 34.93%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7A862 (or 0xD7A862) is known color: Apache. HEX triplet: D7, A8 and 62. RGB value is (215,168,98). Sum of RGB (Red+Green+Blue) = 215+168+98=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A862 is #28579D. Grayscale: #AEAEAE. Windows color (decimal): -2643870 or 6465751. OLE color: 6465751.

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

Color convert

RGB 215 168 98 -
CMYK 0 0.22 0.54 0.16
HSL 35.9º 0.59% 0.61% -
HSV(B) 35.9º 0.54% 0.84% -
XYZ 44.23 43.33 17.59 -
YUV 174.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 215 168 98 0 0.22 0.54 0.16 35.9 0.59 0.61
Hex D7 A8 62 0 16 36 10 24 3B 3D
Octal 327 250 142 0 26 66 20 44 73 75
Binary 11010111 10101000 1100010 0 10110 110110 10000 100100 111011 111101

Color Harmonies of #D7A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A862

Black with #D7A862

Text Example


Text Example

White with #D7A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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