Html Css Color HEX #D2A556 Apache

📋 copy color: '#D2A556'

red 210 ◦ green 165 ◦ blue 86

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

Shades of Apache #D2A556

Tints of Apache #D2A556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

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

R = 45.55%
G = 35.79%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D2A556 (or 0xD2A556) is known color: Apache. HEX triplet: D2, A5 and 56. RGB value is (210,165,86). Sum of RGB (Red+Green+Blue) = 210+165+86=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A556 is #2D5AA9. Grayscale: #A9A9A9. Windows color (decimal): -2972330 or 5678546. OLE color: 5678546.

HSL color Cylindrical-coordinate representation of color #D2A556: hue angle of 38.23º 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 #D2A556 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 86 -
CMYK 0 0.21 0.59 0.18
HSL 38.23º 0.58% 0.58% -
HSV(B) 38.23º 0.59% 0.82% -
XYZ 41.71 41.28 14.57 -
YUV 169.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 210 165 86 0 0.21 0.59 0.18 38.23 0.58 0.58
Hex D2 A5 56 0 15 3B 12 26 3A 3A
Octal 322 245 126 0 25 73 22 46 72 72
Binary 11010010 10100101 1010110 0 10101 111011 10010 100110 111010 111010

Color Harmonies of #D2A556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A556

Black with #D2A556

Text Example


Text Example

White with #D2A556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A556; }

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

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

background-color css

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

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

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

border-color css

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

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

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