Html Css Color HEX #D6A251 Apache

📋 copy color: '#D6A251'

red 214 ◦ green 162 ◦ blue 81

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

Shades of Apache #D6A251

Tints of Apache #D6A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.45%

 BLUE value IS 81 (32.03% from 255) = 17.72%

R = 46.83%
G = 35.45%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6A251 (or 0xD6A251) is known color: Apache. HEX triplet: D6, A2 and 51. RGB value is (214,162,81). Sum of RGB (Red+Green+Blue) = 214+162+81=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A251 is #295DAE. Grayscale: #A8A8A8. Windows color (decimal): -2710959 or 5350102. OLE color: 5350102.

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

Color convert

RGB 214 162 81 -
CMYK 0 0.24 0.62 0.16
HSL 36.54º 0.62% 0.58% -
HSV(B) 36.54º 0.62% 0.84% -
XYZ 42.14 40.73 13.43 -
YUV 168.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 214 162 81 0 0.24 0.62 0.16 36.54 0.62 0.58
Hex D6 A2 51 0 18 3E 10 25 3E 3A
Octal 326 242 121 0 30 76 20 45 76 72
Binary 11010110 10100010 1010001 0 11000 111110 10000 100101 111110 111010

Color Harmonies of #D6A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A251

Black with #D6A251

Text Example


Text Example

White with #D6A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A251; }

 p { color: rgb(214,162,81); }

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

background-color css

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

 a { background-color: rgb(214,162,81); }

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

border-color css

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

 span { border-color: rgb(214,162,81); }

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