Html Css Color HEX #D6AC58 Apache

📋 copy color: '#D6AC58'

red 214 ◦ green 172 ◦ blue 88

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

Shades of Apache #D6AC58

Tints of Apache #D6AC58

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

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

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

R = 45.15%
G = 36.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6AC58 (or 0xD6AC58) is known color: Apache. HEX triplet: D6, AC and 58. RGB value is (214,172,88). Sum of RGB (Red+Green+Blue) = 214+172+88=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC58 is #2953A7. Grayscale: #AFAFAF. Windows color (decimal): -2708392 or 5811414. OLE color: 5811414.

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

Color convert

RGB 214 172 88 -
CMYK 0 0.20 0.59 0.16
HSL 40º 0.61% 0.59% -
HSV(B) 40º 0.59% 0.84% -
XYZ 44.25 44.51 15.49 -
YUV 174.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 214 172 88 0 0.20 0.59 0.16 40 0.61 0.59
Hex D6 AC 58 0 14 3B 10 28 3D 3B
Octal 326 254 130 0 24 73 20 50 75 73
Binary 11010110 10101100 1011000 0 10100 111011 10000 101000 111101 111011

Color Harmonies of #D6AC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC58

Black with #D6AC58

Text Example


Text Example

White with #D6AC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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