Html Css Color HEX #D8A55A Apache

📋 copy color: '#D8A55A'

red 216 ◦ green 165 ◦ blue 90

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

Shades of Apache #D8A55A

Tints of Apache #D8A55A

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

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

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 45.86%
G = 35.03%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8A55A (or 0xD8A55A) is known color: Apache. HEX triplet: D8, A5 and 5A. RGB value is (216,165,90). Sum of RGB (Red+Green+Blue) = 216+165+90=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A55A is #275AA5. Grayscale: #ACACAC. Windows color (decimal): -2579110 or 5940696. OLE color: 5940696.

HSL color Cylindrical-coordinate representation of color #D8A55A: hue angle of 35.71º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8A55A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 90 -
CMYK 0 0.24 0.58 0.15
HSL 35.71º 0.62% 0.6% -
HSV(B) 35.71º 0.58% 0.85% -
XYZ 43.62 42.25 15.53 -
YUV 171.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 216 165 90 0 0.24 0.58 0.15 35.71 0.62 0.6
Hex D8 A5 5A 0 18 3A F 24 3E 3C
Octal 330 245 132 0 30 72 17 44 76 74
Binary 11011000 10100101 1011010 0 11000 111010 1111 100100 111110 111100

Color Harmonies of #D8A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A55A

Black with #D8A55A

Text Example


Text Example

White with #D8A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A55A; }

 p { color: rgb(216,165,90); }

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

background-color css

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

 a { background-color: rgb(216,165,90); }

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

border-color css

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

 span { border-color: rgb(216,165,90); }

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