Html Css Color HEX #D6AB5D Apache

📋 copy color: '#D6AB5D'

red 214 ◦ green 171 ◦ blue 93

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

Shades of Apache #D6AB5D

Tints of Apache #D6AB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 44.77%
G = 35.77%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6AB5D (or 0xD6AB5D) is known color: Apache. HEX triplet: D6, AB and 5D. RGB value is (214,171,93). Sum of RGB (Red+Green+Blue) = 214+171+93=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB5D is #2954A2. Grayscale: #AFAFAF. Windows color (decimal): -2708643 or 6138838. OLE color: 6138838.

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

Color convert

RGB 214 171 93 -
CMYK 0 0.20 0.57 0.16
HSL 38.68º 0.6% 0.6% -
HSV(B) 38.68º 0.57% 0.84% -
XYZ 44.27 44.21 16.56 -
YUV 174.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 214 171 93 0 0.20 0.57 0.16 38.68 0.6 0.6
Hex D6 AB 5D 0 14 39 10 27 3C 3C
Octal 326 253 135 0 24 71 20 47 74 74
Binary 11010110 10101011 1011101 0 10100 111001 10000 100111 111100 111100

Color Harmonies of #D6AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB5D

Black with #D6AB5D

Text Example


Text Example

White with #D6AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB5D; }

 p { color: rgb(214,171,93); }

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

background-color css

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

 a { background-color: rgb(214,171,93); }

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

border-color css

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

 span { border-color: rgb(214,171,93); }

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