Html Css Color HEX #D0AC58 Apache

📋 copy color: '#D0AC58'

red 208 ◦ green 172 ◦ blue 88

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

Shades of Apache #D0AC58

Tints of Apache #D0AC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 44.44%
G = 36.75%
B = 18.8%

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

#D0AC58 (or 0xD0AC58) is known color: Apache. HEX triplet: D0, AC and 58. RGB value is (208,172,88). Sum of RGB (Red+Green+Blue) = 208+172+88=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC58 is #2F53A7. Grayscale: #ADADAD. Windows color (decimal): -3101608 or 5811408. OLE color: 5811408.

HSL color Cylindrical-coordinate representation of color #D0AC58: hue angle of 42º 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 #D0AC58 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 172 88 -
CMYK 0 0.17 0.58 0.18
HSL 42º 0.56% 0.58% -
HSV(B) 42º 0.58% 0.82% -
XYZ 42.53 43.62 15.41 -
YUV 173.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 208 172 88 0 0.17 0.58 0.18 42 0.56 0.58
Hex D0 AC 58 0 11 3A 12 2A 38 3A
Octal 320 254 130 0 21 72 22 52 70 72
Binary 11010000 10101100 1011000 0 10001 111010 10010 101010 111000 111010

Color Harmonies of #D0AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC58

Black with #D0AC58

Text Example


Text Example

White with #D0AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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