Html Css Color HEX #D2A356 Apache

📋 copy color: '#D2A356'

red 210 ◦ green 163 ◦ blue 86

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

Shades of Apache #D2A356

Tints of Apache #D2A356

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

 GREEN value IS 163 (64.06% from 255) = 35.51%

 BLUE value IS 86 (33.98% from 255) = 18.74%

R = 45.75%
G = 35.51%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D2A356 (or 0xD2A356) is known color: Apache. HEX triplet: D2, A3 and 56. RGB value is (210,163,86). Sum of RGB (Red+Green+Blue) = 210+163+86=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A356 is #2D5CA9. Grayscale: #A8A8A8. Windows color (decimal): -2972842 or 5678034. OLE color: 5678034.

HSL color Cylindrical-coordinate representation of color #D2A356: hue angle of 37.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2A356 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 86 -
CMYK 0 0.22 0.59 0.18
HSL 37.26º 0.58% 0.58% -
HSV(B) 37.26º 0.59% 0.82% -
XYZ 41.36 40.57 14.45 -
YUV 168.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 210 163 86 0 0.22 0.59 0.18 37.26 0.58 0.58
Hex D2 A3 56 0 16 3B 12 25 3A 3A
Octal 322 243 126 0 26 73 22 45 72 72
Binary 11010010 10100011 1010110 0 10110 111011 10010 100101 111010 111010

Color Harmonies of #D2A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A356

Black with #D2A356

Text Example


Text Example

White with #D2A356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A356; }

 p { color: rgb(210,163,86); }

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

background-color css

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

 a { background-color: rgb(210,163,86); }

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

border-color css

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

 span { border-color: rgb(210,163,86); }

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