Html Css Color HEX #D7A967 Apache

📋 copy color: '#D7A967'

red 215 ◦ green 169 ◦ blue 103

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

Shades of Apache #D7A967

Tints of Apache #D7A967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

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

R = 44.15%
G = 34.7%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7A967 (or 0xD7A967) is known color: Apache. HEX triplet: D7, A9 and 67. RGB value is (215,169,103). Sum of RGB (Red+Green+Blue) = 215+169+103=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A967 is #285698. Grayscale: #AFAFAF. Windows color (decimal): -2643609 or 6793687. OLE color: 6793687.

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

Color convert

RGB 215 169 103 -
CMYK 0 0.21 0.52 0.16
HSL 35.36º 0.58% 0.62% -
HSV(B) 35.36º 0.52% 0.84% -
XYZ 44.66 43.8 18.93 -
YUV 175.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 215 169 103 0 0.21 0.52 0.16 35.36 0.58 0.62
Hex D7 A9 67 0 15 34 10 23 3A 3E
Octal 327 251 147 0 25 64 20 43 72 76
Binary 11010111 10101001 1100111 0 10101 110100 10000 100011 111010 111110

Color Harmonies of #D7A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A967

Black with #D7A967

Text Example


Text Example

White with #D7A967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A967; }

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

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

background-color css

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

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

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

border-color css

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

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

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