Html Css Color HEX #D9A75C Apache

📋 copy color: '#D9A75C'

red 217 ◦ green 167 ◦ blue 92

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

Shades of Apache #D9A75C

Tints of Apache #D9A75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 45.59%
G = 35.08%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9A75C (or 0xD9A75C) is known color: Apache. HEX triplet: D9, A7 and 5C. RGB value is (217,167,92). Sum of RGB (Red+Green+Blue) = 217+167+92=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A75C is #2658A3. Grayscale: #ADADAD. Windows color (decimal): -2513060 or 6072281. OLE color: 6072281.

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

Color convert

RGB 217 167 92 -
CMYK 0 0.23 0.58 0.15
HSL 36º 0.62% 0.61% -
HSV(B) 36º 0.58% 0.85% -
XYZ 44.37 43.16 16.12 -
YUV 173.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 217 167 92 0 0.23 0.58 0.15 36 0.62 0.61
Hex D9 A7 5C 0 17 3A F 24 3E 3D
Octal 331 247 134 0 27 72 17 44 76 75
Binary 11011001 10100111 1011100 0 10111 111010 1111 100100 111110 111101

Color Harmonies of #D9A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A75C

Black with #D9A75C

Text Example


Text Example

White with #D9A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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