Html Css Color HEX #D6A568 Apache

📋 copy color: '#D6A568'

red 214 ◦ green 165 ◦ blue 104

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

Shades of Apache #D6A568

Tints of Apache #D6A568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 44.31%
G = 34.16%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6A568 (or 0xD6A568) is known color: Apache. HEX triplet: D6, A5 and 68. RGB value is (214,165,104). Sum of RGB (Red+Green+Blue) = 214+165+104=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A568 is #295A97. Grayscale: #ACACAC. Windows color (decimal): -2710168 or 6858198. OLE color: 6858198.

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

Color convert

RGB 214 165 104 -
CMYK 0 0.23 0.51 0.16
HSL 33.27º 0.57% 0.62% -
HSV(B) 33.27º 0.51% 0.84% -
XYZ 43.69 42.21 18.94 -
YUV 172.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 214 165 104 0 0.23 0.51 0.16 33.27 0.57 0.62
Hex D6 A5 68 0 17 33 10 21 39 3E
Octal 326 245 150 0 27 63 20 41 71 76
Binary 11010110 10100101 1101000 0 10111 110011 10000 100001 111001 111110

Color Harmonies of #D6A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A568

Black with #D6A568

Text Example


Text Example

White with #D6A568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A568; }

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

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

background-color css

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

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

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

border-color css

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

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

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