Html Css Color HEX #D6AB58 Apache

📋 copy color: '#D6AB58'

red 214 ◦ green 171 ◦ blue 88

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

Shades of Apache #D6AB58

Tints of Apache #D6AB58

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 45.24%
G = 36.15%
B = 18.6%

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

#D6AB58 (or 0xD6AB58) is known color: Apache. HEX triplet: D6, AB and 58. RGB value is (214,171,88). Sum of RGB (Red+Green+Blue) = 214+171+88=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB58 is #2954A7. Grayscale: #AEAEAE. Windows color (decimal): -2708648 or 5811158. OLE color: 5811158.

HSL color Cylindrical-coordinate representation of color #D6AB58: hue angle of 39.52º 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 #D6AB58 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 88 -
CMYK 0 0.20 0.59 0.16
HSL 39.52º 0.61% 0.59% -
HSV(B) 39.52º 0.59% 0.84% -
XYZ 44.06 44.13 15.43 -
YUV 174.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 214 171 88 0 0.20 0.59 0.16 39.52 0.61 0.59
Hex D6 AB 58 0 14 3B 10 28 3D 3B
Octal 326 253 130 0 24 73 20 50 75 73
Binary 11010110 10101011 1011000 0 10100 111011 10000 101000 111101 111011

Color Harmonies of #D6AB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB58

Black with #D6AB58

Text Example


Text Example

White with #D6AB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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