Html Css Color HEX #D2A15B Apache

📋 copy color: '#D2A15B'

red 210 ◦ green 161 ◦ blue 91

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

Shades of Apache #D2A15B

Tints of Apache #D2A15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.7%

R = 45.45%
G = 34.85%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2A15B (or 0xD2A15B) is known color: Apache. HEX triplet: D2, A1 and 5B. RGB value is (210,161,91). Sum of RGB (Red+Green+Blue) = 210+161+91=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A15B is #2D5EA4. Grayscale: #A8A8A8. Windows color (decimal): -2973349 or 6005202. OLE color: 6005202.

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

Color convert

RGB 210 161 91 -
CMYK 0 0.23 0.57 0.18
HSL 35.29º 0.57% 0.59% -
HSV(B) 35.29º 0.57% 0.82% -
XYZ 41.21 39.95 15.44 -
YUV 167.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 210 161 91 0 0.23 0.57 0.18 35.29 0.57 0.59
Hex D2 A1 5B 0 17 39 12 23 39 3B
Octal 322 241 133 0 27 71 22 43 71 73
Binary 11010010 10100001 1011011 0 10111 111001 10010 100011 111001 111011

Color Harmonies of #D2A15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A15B

Black with #D2A15B

Text Example


Text Example

White with #D2A15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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