Html Css Color HEX #D7A558 Apache

📋 copy color: '#D7A558'

red 215 ◦ green 165 ◦ blue 88

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

Shades of Apache #D7A558

Tints of Apache #D7A558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 45.94%
G = 35.26%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7A558 (or 0xD7A558) is known color: Apache. HEX triplet: D7, A5 and 58. RGB value is (215,165,88). Sum of RGB (Red+Green+Blue) = 215+165+88=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A558 is #285AA7. Grayscale: #ABABAB. Windows color (decimal): -2644648 or 5809623. OLE color: 5809623.

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

Color convert

RGB 215 165 88 -
CMYK 0 0.23 0.59 0.16
HSL 36.38º 0.61% 0.59% -
HSV(B) 36.38º 0.59% 0.84% -
XYZ 43.24 42.06 15.07 -
YUV 171.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 215 165 88 0 0.23 0.59 0.16 36.38 0.61 0.59
Hex D7 A5 58 0 17 3B 10 24 3D 3B
Octal 327 245 130 0 27 73 20 44 75 73
Binary 11010111 10100101 1011000 0 10111 111011 10000 100100 111101 111011

Color Harmonies of #D7A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A558

Black with #D7A558

Text Example


Text Example

White with #D7A558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A558; }

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

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

background-color css

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

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

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

border-color css

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

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

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