Html Css Color HEX #D7A567 Apache

📋 copy color: '#D7A567'

red 215 ◦ green 165 ◦ blue 103

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

Shades of Apache #D7A567

Tints of Apache #D7A567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.33%

R = 44.51%
G = 34.16%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7A567 (or 0xD7A567) is known color: Apache. HEX triplet: D7, A5 and 67. RGB value is (215,165,103). Sum of RGB (Red+Green+Blue) = 215+165+103=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A567 is #285A98. Grayscale: #ADADAD. Windows color (decimal): -2644633 or 6792663. OLE color: 6792663.

HSL color Cylindrical-coordinate representation of color #D7A567: hue angle of 33.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7A567 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 165 103 -
CMYK 0 0.23 0.52 0.16
HSL 33.21º 0.58% 0.62% -
HSV(B) 33.21º 0.52% 0.84% -
XYZ 43.93 42.34 18.69 -
YUV 172.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 215 165 103 0 0.23 0.52 0.16 33.21 0.58 0.62
Hex D7 A5 67 0 17 34 10 21 3A 3E
Octal 327 245 147 0 27 64 20 41 72 76
Binary 11010111 10100101 1100111 0 10111 110100 10000 100001 111010 111110

Color Harmonies of #D7A567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A567

Black with #D7A567

Text Example


Text Example

White with #D7A567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A567; }

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

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

background-color css

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

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

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

border-color css

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

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

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