Html Css Color HEX #D2A854 Apache

📋 copy color: '#D2A854'

red 210 ◦ green 168 ◦ blue 84

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

Shades of Apache #D2A854

Tints of Apache #D2A854

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D2A854 (or 0xD2A854) is known color: Apache. HEX triplet: D2, A8 and 54. RGB value is (210,168,84). Sum of RGB (Red+Green+Blue) = 210+168+84=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A854 is #2D57AB. Grayscale: #ABABAB. Windows color (decimal): -2971564 or 5548242. OLE color: 5548242.

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

Color convert

RGB 210 168 84 -
CMYK 0 0.2 0.6 0.18
HSL 40º 0.58% 0.58% -
HSV(B) 40º 0.6% 0.82% -
XYZ 42.18 42.35 14.34 -
YUV 170.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 210 168 84 0 0.2 0.6 0.18 40 0.58 0.58
Hex D2 A8 54 0 14 3C 12 28 3A 3A
Octal 322 250 124 0 24 74 22 50 72 72
Binary 11010010 10101000 1010100 0 10100 111100 10010 101000 111010 111010

Color Harmonies of #D2A854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A854

Black with #D2A854

Text Example


Text Example

White with #D2A854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A854; }

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

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

background-color css

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

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

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

border-color css

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

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

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