Html Css Color HEX #D6A261 Apache

📋 copy color: '#D6A261'

red 214 ◦ green 162 ◦ blue 97

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

Shades of Apache #D6A261

Tints of Apache #D6A261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.51%

R = 45.24%
G = 34.25%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6A261 (or 0xD6A261) is known color: Apache. HEX triplet: D6, A2 and 61. RGB value is (214,162,97). Sum of RGB (Red+Green+Blue) = 214+162+97=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A261 is #295D9E. Grayscale: #AAAAAA. Windows color (decimal): -2710943 or 6398678. OLE color: 6398678.

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

Color convert

RGB 214 162 97 -
CMYK 0 0.24 0.55 0.16
HSL 33.33º 0.59% 0.61% -
HSV(B) 33.33º 0.55% 0.84% -
XYZ 42.81 41 16.97 -
YUV 170.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 214 162 97 0 0.24 0.55 0.16 33.33 0.59 0.61
Hex D6 A2 61 0 18 37 10 21 3B 3D
Octal 326 242 141 0 30 67 20 41 73 75
Binary 11010110 10100010 1100001 0 11000 110111 10000 100001 111011 111101

Color Harmonies of #D6A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A261

Black with #D6A261

Text Example


Text Example

White with #D6A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A261; }

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

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

background-color css

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

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

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

border-color css

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

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

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