Html Css Color HEX #D6A453 Apache

📋 copy color: '#D6A453'

red 214 ◦ green 164 ◦ blue 83

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

Shades of Apache #D6A453

Tints of Apache #D6A453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

 BLUE value IS 83 (32.81% from 255) = 18%

R = 46.42%
G = 35.57%
B = 18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6A453 (or 0xD6A453) is known color: Apache. HEX triplet: D6, A4 and 53. RGB value is (214,164,83). Sum of RGB (Red+Green+Blue) = 214+164+83=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A453 is #295BAC. Grayscale: #AAAAAA. Windows color (decimal): -2710445 or 5481686. OLE color: 5481686.

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

Color convert

RGB 214 164 83 -
CMYK 0 0.23 0.61 0.16
HSL 37.1º 0.62% 0.58% -
HSV(B) 37.1º 0.61% 0.84% -
XYZ 42.57 41.47 13.94 -
YUV 169.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 214 164 83 0 0.23 0.61 0.16 37.1 0.62 0.58
Hex D6 A4 53 0 17 3D 10 25 3E 3A
Octal 326 244 123 0 27 75 20 45 76 72
Binary 11010110 10100100 1010011 0 10111 111101 10000 100101 111110 111010

Color Harmonies of #D6A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A453

Black with #D6A453

Text Example


Text Example

White with #D6A453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A453; }

 p { color: rgb(214,164,83); }

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

background-color css

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

 a { background-color: rgb(214,164,83); }

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

border-color css

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

 span { border-color: rgb(214,164,83); }

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