Html Css Color HEX #D0AC57 Apache

📋 copy color: '#D0AC57'

red 208 ◦ green 172 ◦ blue 87

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

Shades of Apache #D0AC57

Tints of Apache #D0AC57

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 87 (34.38% from 255) = 18.63%

R = 44.54%
G = 36.83%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D0AC57 (or 0xD0AC57) is known color: Apache. HEX triplet: D0, AC and 57. RGB value is (208,172,87). Sum of RGB (Red+Green+Blue) = 208+172+87=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC57 is #2F53A8. Grayscale: #ADADAD. Windows color (decimal): -3101609 or 5745872. OLE color: 5745872.

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

Color convert

RGB 208 172 87 -
CMYK 0 0.17 0.58 0.18
HSL 42.15º 0.56% 0.58% -
HSV(B) 42.15º 0.58% 0.82% -
XYZ 42.49 43.6 15.19 -
YUV 173.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 208 172 87 0 0.17 0.58 0.18 42.15 0.56 0.58
Hex D0 AC 57 0 11 3A 12 2A 38 3A
Octal 320 254 127 0 21 72 22 52 70 72
Binary 11010000 10101100 1010111 0 10001 111010 10010 101010 111000 111010

Color Harmonies of #D0AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC57

Black with #D0AC57

Text Example


Text Example

White with #D0AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC57; }

 p { color: rgb(208,172,87); }

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

background-color css

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

 a { background-color: rgb(208,172,87); }

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

border-color css

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

 span { border-color: rgb(208,172,87); }

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