Html Css Color HEX #D6A855 Apache

📋 copy color: '#D6A855'

red 214 ◦ green 168 ◦ blue 85

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

Shades of Apache #D6A855

Tints of Apache #D6A855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 45.82%
G = 35.97%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6A855 (or 0xD6A855) is known color: Apache. HEX triplet: D6, A8 and 55. RGB value is (214,168,85). Sum of RGB (Red+Green+Blue) = 214+168+85=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A855 is #2957AA. Grayscale: #ACACAC. Windows color (decimal): -2709419 or 5613782. OLE color: 5613782.

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

Color convert

RGB 214 168 85 -
CMYK 0 0.21 0.60 0.16
HSL 38.6º 0.61% 0.59% -
HSV(B) 38.6º 0.6% 0.84% -
XYZ 43.37 42.96 14.6 -
YUV 172.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 214 168 85 0 0.21 0.60 0.16 38.6 0.61 0.59
Hex D6 A8 55 0 15 3C 10 27 3D 3B
Octal 326 250 125 0 25 74 20 47 75 73
Binary 11010110 10101000 1010101 0 10101 111100 10000 100111 111101 111011

Color Harmonies of #D6A855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A855

Black with #D6A855

Text Example


Text Example

White with #D6A855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A855; }

 p { color: rgb(214,168,85); }

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

background-color css

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

 a { background-color: rgb(214,168,85); }

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

border-color css

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

 span { border-color: rgb(214,168,85); }

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