Html Css Color HEX #D0AC5B Apache

📋 copy color: '#D0AC5B'

red 208 ◦ green 172 ◦ blue 91

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

Shades of Apache #D0AC5B

Tints of Apache #D0AC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 44.16%
G = 36.52%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0AC5B (or 0xD0AC5B) is known color: Apache. HEX triplet: D0, AC and 5B. RGB value is (208,172,91). Sum of RGB (Red+Green+Blue) = 208+172+91=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC5B is #2F53A4. Grayscale: #ADADAD. Windows color (decimal): -3101605 or 6008016. OLE color: 6008016.

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

Color convert

RGB 208 172 91 -
CMYK 0 0.17 0.56 0.18
HSL 41.54º 0.55% 0.59% -
HSV(B) 41.54º 0.56% 0.82% -
XYZ 42.65 43.67 16.08 -
YUV 173.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 208 172 91 0 0.17 0.56 0.18 41.54 0.55 0.59
Hex D0 AC 5B 0 11 38 12 2A 37 3B
Octal 320 254 133 0 21 70 22 52 67 73
Binary 11010000 10101100 1011011 0 10001 111000 10010 101010 110111 111011

Color Harmonies of #D0AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC5B

Black with #D0AC5B

Text Example


Text Example

White with #D0AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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