Html Css Color HEX #D9A768 Apache

📋 copy color: '#D9A768'

red 217 ◦ green 167 ◦ blue 104

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

Shades of Apache #D9A768

Tints of Apache #D9A768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 44.47%
G = 34.22%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9A768 (or 0xD9A768) is known color: Apache. HEX triplet: D9, A7 and 68. RGB value is (217,167,104). Sum of RGB (Red+Green+Blue) = 217+167+104=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A768 is #265897. Grayscale: #AFAFAF. Windows color (decimal): -2513048 or 6858713. OLE color: 6858713.

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

Color convert

RGB 217 167 104 -
CMYK 0 0.23 0.52 0.15
HSL 33.45º 0.6% 0.63% -
HSV(B) 33.45º 0.52% 0.85% -
XYZ 44.93 43.39 19.1 -
YUV 174.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 217 167 104 0 0.23 0.52 0.15 33.45 0.6 0.63
Hex D9 A7 68 0 17 34 F 21 3C 3F
Octal 331 247 150 0 27 64 17 41 74 77
Binary 11011001 10100111 1101000 0 10111 110100 1111 100001 111100 111111

Color Harmonies of #D9A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A768

Black with #D9A768

Text Example


Text Example

White with #D9A768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A768; }

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

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

background-color css

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

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

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

border-color css

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

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

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