Html Css Color HEX #D6A56A Apache

📋 copy color: '#D6A56A'

red 214 ◦ green 165 ◦ blue 106

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

Shades of Apache #D6A56A

Tints of Apache #D6A56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

 BLUE value IS 106 (41.8% from 255) = 21.86%

R = 44.12%
G = 34.02%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A56A (or 0xD6A56A) is known color: Apache. HEX triplet: D6, A5 and 6A. RGB value is (214,165,106). Sum of RGB (Red+Green+Blue) = 214+165+106=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A56A is #295A95. Grayscale: #ADADAD. Windows color (decimal): -2710166 or 6989270. OLE color: 6989270.

HSL color Cylindrical-coordinate representation of color #D6A56A: hue angle of 32.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6A56A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 106 -
CMYK 0 0.23 0.50 0.16
HSL 32.78º 0.57% 0.63% -
HSV(B) 32.78º 0.5% 0.84% -
XYZ 43.79 42.25 19.48 -
YUV 172.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 214 165 106 0 0.23 0.50 0.16 32.78 0.57 0.63
Hex D6 A5 6A 0 17 32 10 21 39 3F
Octal 326 245 152 0 27 62 20 41 71 77
Binary 11010110 10100101 1101010 0 10111 110010 10000 100001 111001 111111

Color Harmonies of #D6A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A56A

Black with #D6A56A

Text Example


Text Example

White with #D6A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A56A; }

 p { color: rgb(214,165,106); }

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

background-color css

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

 a { background-color: rgb(214,165,106); }

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

border-color css

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

 span { border-color: rgb(214,165,106); }

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