Html Css Color HEX #D7A957 Apache

📋 copy color: '#D7A957'

red 215 ◦ green 169 ◦ blue 87

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

Shades of Apache #D7A957

Tints of Apache #D7A957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.47%

R = 45.65%
G = 35.88%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D7A957 (or 0xD7A957) is known color: Apache. HEX triplet: D7, A9 and 57. RGB value is (215,169,87). Sum of RGB (Red+Green+Blue) = 215+169+87=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A957 is #2856A8. Grayscale: #ADADAD. Windows color (decimal): -2643625 or 5745111. OLE color: 5745111.

HSL color Cylindrical-coordinate representation of color #D7A957: hue angle of 38.44º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7A957 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 87 -
CMYK 0 0.21 0.60 0.16
HSL 38.44º 0.62% 0.59% -
HSV(B) 38.44º 0.6% 0.84% -
XYZ 43.93 43.51 15.1 -
YUV 173.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 215 169 87 0 0.21 0.60 0.16 38.44 0.62 0.59
Hex D7 A9 57 0 15 3C 10 26 3E 3B
Octal 327 251 127 0 25 74 20 46 76 73
Binary 11010111 10101001 1010111 0 10101 111100 10000 100110 111110 111011

Color Harmonies of #D7A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A957

Black with #D7A957

Text Example


Text Example

White with #D7A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A957; }

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

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

background-color css

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

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

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

border-color css

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

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

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