Html Css Color HEX #D6A654 Apache

📋 copy color: '#D6A654'

red 214 ◦ green 166 ◦ blue 84

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

Shades of Apache #D6A654

Tints of Apache #D6A654

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

 BLUE value IS 84 (33.2% from 255) = 18.1%

R = 46.12%
G = 35.78%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6A654 (or 0xD6A654) is known color: Apache. HEX triplet: D6, A6 and 54. RGB value is (214,166,84). Sum of RGB (Red+Green+Blue) = 214+166+84=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A654 is #2959AB. Grayscale: #ABABAB. Windows color (decimal): -2709932 or 5547734. OLE color: 5547734.

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

Color convert

RGB 214 166 84 -
CMYK 0 0.22 0.61 0.16
HSL 37.85º 0.61% 0.58% -
HSV(B) 37.85º 0.61% 0.84% -
XYZ 42.97 42.21 14.27 -
YUV 171 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 214 166 84 0 0.22 0.61 0.16 37.85 0.61 0.58
Hex D6 A6 54 0 16 3D 10 26 3D 3A
Octal 326 246 124 0 26 75 20 46 75 72
Binary 11010110 10100110 1010100 0 10110 111101 10000 100110 111101 111010

Color Harmonies of #D6A654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A654

Black with #D6A654

Text Example


Text Example

White with #D6A654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A654; }

 p { color: rgb(214,166,84); }

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

background-color css

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

 a { background-color: rgb(214,166,84); }

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

border-color css

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

 span { border-color: rgb(214,166,84); }

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