Html Css Color HEX #D7A562 Apache

📋 copy color: '#D7A562'

red 215 ◦ green 165 ◦ blue 98

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

Shades of Apache #D7A562

Tints of Apache #D7A562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.52%

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

R = 44.98%
G = 34.52%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7A562 (or 0xD7A562) is known color: Apache. HEX triplet: D7, A5 and 62. RGB value is (215,165,98). Sum of RGB (Red+Green+Blue) = 215+165+98=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A562 is #285A9D. Grayscale: #ACACAC. Windows color (decimal): -2644638 or 6464983. OLE color: 6464983.

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

Color convert

RGB 215 165 98 -
CMYK 0 0.23 0.54 0.16
HSL 34.36º 0.59% 0.61% -
HSV(B) 34.36º 0.54% 0.84% -
XYZ 43.68 42.24 17.41 -
YUV 172.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 215 165 98 0 0.23 0.54 0.16 34.36 0.59 0.61
Hex D7 A5 62 0 17 36 10 22 3B 3D
Octal 327 245 142 0 27 66 20 42 73 75
Binary 11010111 10100101 1100010 0 10111 110110 10000 100010 111011 111101

Color Harmonies of #D7A562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A562

Black with #D7A562

Text Example


Text Example

White with #D7A562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A562; }

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

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

background-color css

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

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

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

border-color css

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

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

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