Html Css Color HEX #D6AD5A Apache

📋 copy color: '#D6AD5A'

red 214 ◦ green 173 ◦ blue 90

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

Shades of Apache #D6AD5A

Tints of Apache #D6AD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 90 (35.55% from 255) = 18.87%

R = 44.86%
G = 36.27%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6AD5A (or 0xD6AD5A) is known color: Apache. HEX triplet: D6, AD and 5A. RGB value is (214,173,90). Sum of RGB (Red+Green+Blue) = 214+173+90=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD5A is #2952A5. Grayscale: #B0B0B0. Windows color (decimal): -2708134 or 5942742. OLE color: 5942742.

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

Color convert

RGB 214 173 90 -
CMYK 0 0.19 0.58 0.16
HSL 40.16º 0.6% 0.6% -
HSV(B) 40.16º 0.58% 0.84% -
XYZ 44.52 44.92 16 -
YUV 175.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 214 173 90 0 0.19 0.58 0.16 40.16 0.6 0.6
Hex D6 AD 5A 0 13 3A 10 28 3C 3C
Octal 326 255 132 0 23 72 20 50 74 74
Binary 11010110 10101101 1011010 0 10011 111010 10000 101000 111100 111100

Color Harmonies of #D6AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD5A

Black with #D6AD5A

Text Example


Text Example

White with #D6AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD5A; }

 p { color: rgb(214,173,90); }

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

background-color css

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

 a { background-color: rgb(214,173,90); }

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

border-color css

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

 span { border-color: rgb(214,173,90); }

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