Html Css Color HEX #D9A763 Apache

📋 copy color: '#D9A763'

red 217 ◦ green 167 ◦ blue 99

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

Shades of Apache #D9A763

Tints of Apache #D9A763

RGB

 RED value IS 217 (85.16% from 255) = 44.93%

 GREEN value IS 167 (65.63% from 255) = 34.58%

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 44.93%
G = 34.58%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9A763 (or 0xD9A763) is known color: Apache. HEX triplet: D9, A7 and 63. RGB value is (217,167,99). Sum of RGB (Red+Green+Blue) = 217+167+99=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A763 is #26589C. Grayscale: #AEAEAE. Windows color (decimal): -2513053 or 6531033. OLE color: 6531033.

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

Color convert

RGB 217 167 99 -
CMYK 0 0.23 0.54 0.15
HSL 34.58º 0.61% 0.62% -
HSV(B) 34.58º 0.54% 0.85% -
XYZ 44.69 43.29 17.8 -
YUV 174.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 217 167 99 0 0.23 0.54 0.15 34.58 0.61 0.62
Hex D9 A7 63 0 17 36 F 23 3D 3E
Octal 331 247 143 0 27 66 17 43 75 76
Binary 11011001 10100111 1100011 0 10111 110110 1111 100011 111101 111110

Color Harmonies of #D9A763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A763

Black with #D9A763

Text Example


Text Example

White with #D9A763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A763; }

 p { color: rgb(217,167,99); }

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

background-color css

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

 a { background-color: rgb(217,167,99); }

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

border-color css

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

 span { border-color: rgb(217,167,99); }

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