Html Css Color HEX #D0AF52 Apache

📋 copy color: '#D0AF52'

red 208 ◦ green 175 ◦ blue 82

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

Shades of Apache #D0AF52

Tints of Apache #D0AF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 44.73%
G = 37.63%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D0AF52 (or 0xD0AF52) is known color: Apache. HEX triplet: D0, AF and 52. RGB value is (208,175,82). Sum of RGB (Red+Green+Blue) = 208+175+82=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF52 is #2F50AD. Grayscale: #AEAEAE. Windows color (decimal): -3100846 or 5418960. OLE color: 5418960.

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

Color convert

RGB 208 175 82 -
CMYK 0 0.16 0.61 0.18
HSL 44.29º 0.57% 0.57% -
HSV(B) 44.29º 0.61% 0.82% -
XYZ 42.87 44.68 14.35 -
YUV 174.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 208 175 82 0 0.16 0.61 0.18 44.29 0.57 0.57
Hex D0 AF 52 0 10 3D 12 2C 39 39
Octal 320 257 122 0 20 75 22 54 71 71
Binary 11010000 10101111 1010010 0 10000 111101 10010 101100 111001 111001

Color Harmonies of #D0AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF52

Black with #D0AF52

Text Example


Text Example

White with #D0AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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