Html Css Color HEX #D6A45F Apache

📋 copy color: '#D6A45F'

red 214 ◦ green 164 ◦ blue 95

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

Shades of Apache #D6A45F

Tints of Apache #D6A45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.08%

R = 45.24%
G = 34.67%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6A45F (or 0xD6A45F) is known color: Apache. HEX triplet: D6, A4 and 5F. RGB value is (214,164,95). Sum of RGB (Red+Green+Blue) = 214+164+95=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A45F is #295BA0. Grayscale: #ABABAB. Windows color (decimal): -2710433 or 6268118. OLE color: 6268118.

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

Color convert

RGB 214 164 95 -
CMYK 0 0.23 0.56 0.16
HSL 34.79º 0.59% 0.61% -
HSV(B) 34.79º 0.56% 0.84% -
XYZ 43.07 41.67 16.6 -
YUV 171.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 214 164 95 0 0.23 0.56 0.16 34.79 0.59 0.61
Hex D6 A4 5F 0 17 38 10 23 3B 3D
Octal 326 244 137 0 27 70 20 43 73 75
Binary 11010110 10100100 1011111 0 10111 111000 10000 100011 111011 111101

Color Harmonies of #D6A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A45F

Black with #D6A45F

Text Example


Text Example

White with #D6A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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