Html Css Color HEX #D6AB62 Apache

📋 copy color: '#D6AB62'

red 214 ◦ green 171 ◦ blue 98

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

Shades of Apache #D6AB62

Tints of Apache #D6AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 44.31%
G = 35.4%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6AB62 (or 0xD6AB62) is known color: Apache. HEX triplet: D6, AB and 62. RGB value is (214,171,98). Sum of RGB (Red+Green+Blue) = 214+171+98=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB62 is #29549D. Grayscale: #AFAFAF. Windows color (decimal): -2708638 or 6466518. OLE color: 6466518.

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

Color convert

RGB 214 171 98 -
CMYK 0 0.20 0.54 0.16
HSL 37.76º 0.59% 0.61% -
HSV(B) 37.76º 0.54% 0.84% -
XYZ 44.5 44.3 17.76 -
YUV 175.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 214 171 98 0 0.20 0.54 0.16 37.76 0.59 0.61
Hex D6 AB 62 0 14 36 10 26 3B 3D
Octal 326 253 142 0 24 66 20 46 73 75
Binary 11010110 10101011 1100010 0 10100 110110 10000 100110 111011 111101

Color Harmonies of #D6AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB62

Black with #D6AB62

Text Example


Text Example

White with #D6AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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