Html Css Color HEX #D2A957 Apache

📋 copy color: '#D2A957'

red 210 ◦ green 169 ◦ blue 87

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

Shades of Apache #D2A957

Tints of Apache #D2A957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 87 (34.38% from 255) = 18.67%

R = 45.06%
G = 36.27%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D2A957 (or 0xD2A957) is known color: Apache. HEX triplet: D2, A9 and 57. RGB value is (210,169,87). Sum of RGB (Red+Green+Blue) = 210+169+87=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A957 is #2D56A8. Grayscale: #ACACAC. Windows color (decimal): -2971305 or 5745106. OLE color: 5745106.

HSL color Cylindrical-coordinate representation of color #D2A957: 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.59%. Process color model (Four color, CMYK) of #D2A957 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 87 -
CMYK 0 0.20 0.59 0.18
HSL 40º 0.58% 0.58% -
HSV(B) 40º 0.59% 0.82% -
XYZ 42.49 42.77 15.03 -
YUV 171.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 210 169 87 0 0.20 0.59 0.18 40 0.58 0.58
Hex D2 A9 57 0 14 3B 12 28 3A 3A
Octal 322 251 127 0 24 73 22 50 72 72
Binary 11010010 10101001 1010111 0 10100 111011 10010 101000 111010 111010

Color Harmonies of #D2A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A957

Black with #D2A957

Text Example


Text Example

White with #D2A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A957; }

 p { color: rgb(210,169,87); }

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

background-color css

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

 a { background-color: rgb(210,169,87); }

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

border-color css

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

 span { border-color: rgb(210,169,87); }

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