Html Css Color HEX #D6A253 Apache

📋 copy color: '#D6A253'

red 214 ◦ green 162 ◦ blue 83

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

Shades of Apache #D6A253

Tints of Apache #D6A253

RGB

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

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

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

R = 46.62%
G = 35.29%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6A253 (or 0xD6A253) is known color: Apache. HEX triplet: D6, A2 and 53. RGB value is (214,162,83). Sum of RGB (Red+Green+Blue) = 214+162+83=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A253 is #295DAC. Grayscale: #A8A8A8. Windows color (decimal): -2710957 or 5481174. OLE color: 5481174.

HSL color Cylindrical-coordinate representation of color #D6A253: hue angle of 36.18º 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 #D6A253 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 162 83 -
CMYK 0 0.24 0.61 0.16
HSL 36.18º 0.62% 0.58% -
HSV(B) 36.18º 0.61% 0.84% -
XYZ 42.21 40.76 13.83 -
YUV 168.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 214 162 83 0 0.24 0.61 0.16 36.18 0.62 0.58
Hex D6 A2 53 0 18 3D 10 24 3E 3A
Octal 326 242 123 0 30 75 20 44 76 72
Binary 11010110 10100010 1010011 0 11000 111101 10000 100100 111110 111010

Color Harmonies of #D6A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A253

Black with #D6A253

Text Example


Text Example

White with #D6A253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A253; }

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

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

background-color css

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

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

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

border-color css

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

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

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