Html Css Color HEX #D0AF53 Apache

📋 copy color: '#D0AF53'

red 208 ◦ green 175 ◦ blue 83

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

Shades of Apache #D0AF53

Tints of Apache #D0AF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.81%

R = 44.64%
G = 37.55%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D0AF53 (or 0xD0AF53) is known color: Apache. HEX triplet: D0, AF and 53. RGB value is (208,175,83). Sum of RGB (Red+Green+Blue) = 208+175+83=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF53 is #2F50AC. Grayscale: #AEAEAE. Windows color (decimal): -3100845 or 5484496. OLE color: 5484496.

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

Color convert

RGB 208 175 83 -
CMYK 0 0.16 0.60 0.18
HSL 44.16º 0.57% 0.57% -
HSV(B) 44.16º 0.6% 0.82% -
XYZ 42.9 44.69 14.55 -
YUV 174.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 208 175 83 0 0.16 0.60 0.18 44.16 0.57 0.57
Hex D0 AF 53 0 10 3C 12 2C 39 39
Octal 320 257 123 0 20 74 22 54 71 71
Binary 11010000 10101111 1010011 0 10000 111100 10010 101100 111001 111001

Color Harmonies of #D0AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF53

Black with #D0AF53

Text Example


Text Example

White with #D0AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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