Html Css Color HEX #D2A154 Apache

📋 copy color: '#D2A154'

red 210 ◦ green 161 ◦ blue 84

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

Shades of Apache #D2A154

Tints of Apache #D2A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.38%

 BLUE value IS 84 (33.2% from 255) = 18.46%

R = 46.15%
G = 35.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D2A154 (or 0xD2A154) is known color: Apache. HEX triplet: D2, A1 and 54. RGB value is (210,161,84). Sum of RGB (Red+Green+Blue) = 210+161+84=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A154 is #2D5EAB. Grayscale: #A7A7A7. Windows color (decimal): -2973356 or 5546450. OLE color: 5546450.

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

Color convert

RGB 210 161 84 -
CMYK 0 0.23 0.6 0.18
HSL 36.67º 0.58% 0.58% -
HSV(B) 36.67º 0.6% 0.82% -
XYZ 40.92 39.83 13.92 -
YUV 166.87 81.23 158.76 -
System Red Green Blue C M Y K H S L
Decimal 210 161 84 0 0.23 0.6 0.18 36.67 0.58 0.58
Hex D2 A1 54 0 17 3C 12 25 3A 3A
Octal 322 241 124 0 27 74 22 45 72 72
Binary 11010010 10100001 1010100 0 10111 111100 10010 100101 111010 111010

Color Harmonies of #D2A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A154

Black with #D2A154

Text Example


Text Example

White with #D2A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A154; }

 p { color: rgb(210,161,84); }

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

background-color css

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

 a { background-color: rgb(210,161,84); }

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

border-color css

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

 span { border-color: rgb(210,161,84); }

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