Html Css Color HEX #D7A667 Apache

📋 copy color: '#D7A667'

red 215 ◦ green 166 ◦ blue 103

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

Shades of Apache #D7A667

Tints of Apache #D7A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

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

R = 44.42%
G = 34.3%
B = 21.28%

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

#D7A667 (or 0xD7A667) is known color: Apache. HEX triplet: D7, A6 and 67. RGB value is (215,166,103). Sum of RGB (Red+Green+Blue) = 215+166+103=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A667 is #285998. Grayscale: #ADADAD. Windows color (decimal): -2644377 or 6792919. OLE color: 6792919.

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

Color convert

RGB 215 166 103 -
CMYK 0 0.23 0.52 0.16
HSL 33.75º 0.58% 0.62% -
HSV(B) 33.75º 0.52% 0.84% -
XYZ 44.11 42.7 18.75 -
YUV 173.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 215 166 103 0 0.23 0.52 0.16 33.75 0.58 0.62
Hex D7 A6 67 0 17 34 10 22 3A 3E
Octal 327 246 147 0 27 64 20 42 72 76
Binary 11010111 10100110 1100111 0 10111 110100 10000 100010 111010 111110

Color Harmonies of #D7A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A667

Black with #D7A667

Text Example


Text Example

White with #D7A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A667; }

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

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

background-color css

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

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

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

border-color css

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

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

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