Html Css Color HEX #D9A562 Apache

📋 copy color: '#D9A562'

red 217 ◦ green 165 ◦ blue 98

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

Shades of Apache #D9A562

Tints of Apache #D9A562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 45.21%
G = 34.38%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9A562 (or 0xD9A562) is known color: Apache. HEX triplet: D9, A5 and 62. RGB value is (217,165,98). Sum of RGB (Red+Green+Blue) = 217+165+98=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A562 is #265A9D. Grayscale: #ADADAD. Windows color (decimal): -2513566 or 6464985. OLE color: 6464985.

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

Color convert

RGB 217 165 98 -
CMYK 0 0.24 0.55 0.15
HSL 33.78º 0.61% 0.62% -
HSV(B) 33.78º 0.55% 0.85% -
XYZ 44.28 42.54 17.43 -
YUV 172.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 217 165 98 0 0.24 0.55 0.15 33.78 0.61 0.62
Hex D9 A5 62 0 18 37 F 22 3D 3E
Octal 331 245 142 0 30 67 17 42 75 76
Binary 11011001 10100101 1100010 0 11000 110111 1111 100010 111101 111110

Color Harmonies of #D9A562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A562

Black with #D9A562

Text Example


Text Example

White with #D9A562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A562; }

 p { color: rgb(217,165,98); }

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

background-color css

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

 a { background-color: rgb(217,165,98); }

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

border-color css

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

 span { border-color: rgb(217,165,98); }

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