Html Css Color HEX #D0AF64 Apache

📋 copy color: '#D0AF64'

red 208 ◦ green 175 ◦ blue 100

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

Shades of Apache #D0AF64

Tints of Apache #D0AF64

RGB

 RED value IS 208 (81.64% from 255) = 43.06%

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 43.06%
G = 36.23%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0AF64 (or 0xD0AF64) is known color: Apache. HEX triplet: D0, AF and 64. RGB value is (208,175,100). Sum of RGB (Red+Green+Blue) = 208+175+100=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF64 is #2F509B. Grayscale: #B0B0B0. Windows color (decimal): -3100828 or 6598608. OLE color: 6598608.

HSL color Cylindrical-coordinate representation of color #D0AF64: hue angle of 41.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0AF64 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 100 -
CMYK 0 0.16 0.52 0.18
HSL 41.67º 0.53% 0.6% -
HSV(B) 41.67º 0.52% 0.82% -
XYZ 43.64 44.99 18.44 -
YUV 176.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 208 175 100 0 0.16 0.52 0.18 41.67 0.53 0.6
Hex D0 AF 64 0 10 34 12 2A 35 3C
Octal 320 257 144 0 20 64 22 52 65 74
Binary 11010000 10101111 1100100 0 10000 110100 10010 101010 110101 111100

Color Harmonies of #D0AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF64

Black with #D0AF64

Text Example


Text Example

White with #D0AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF64; }

 p { color: rgb(208,175,100); }

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

background-color css

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

 a { background-color: rgb(208,175,100); }

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

border-color css

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

 span { border-color: rgb(208,175,100); }

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