Html Css Color HEX #D2A15F Apache

📋 copy color: '#D2A15F'

red 210 ◦ green 161 ◦ blue 95

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

Shades of Apache #D2A15F

Tints of Apache #D2A15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.39%

R = 45.06%
G = 34.55%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2A15F (or 0xD2A15F) is known color: Apache. HEX triplet: D2, A1 and 5F. RGB value is (210,161,95). Sum of RGB (Red+Green+Blue) = 210+161+95=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A15F is #2D5EA0. Grayscale: #A8A8A8. Windows color (decimal): -2973345 or 6267346. OLE color: 6267346.

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

Color convert

RGB 210 161 95 -
CMYK 0 0.23 0.55 0.18
HSL 34.43º 0.56% 0.6% -
HSV(B) 34.43º 0.55% 0.82% -
XYZ 41.39 40.02 16.37 -
YUV 168.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 210 161 95 0 0.23 0.55 0.18 34.43 0.56 0.6
Hex D2 A1 5F 0 17 37 12 22 38 3C
Octal 322 241 137 0 27 67 22 42 70 74
Binary 11010010 10100001 1011111 0 10111 110111 10010 100010 111000 111100

Color Harmonies of #D2A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A15F

Black with #D2A15F

Text Example


Text Example

White with #D2A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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