Html Css Color HEX #D2A45E Apache

📋 copy color: '#D2A45E'

red 210 ◦ green 164 ◦ blue 94

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

Shades of Apache #D2A45E

Tints of Apache #D2A45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 44.87%
G = 35.04%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2A45E (or 0xD2A45E) is known color: Apache. HEX triplet: D2, A4 and 5E. RGB value is (210,164,94). Sum of RGB (Red+Green+Blue) = 210+164+94=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A45E is #2D5BA1. Grayscale: #AAAAAA. Windows color (decimal): -2972578 or 6202578. OLE color: 6202578.

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

Color convert

RGB 210 164 94 -
CMYK 0 0.22 0.55 0.18
HSL 36.21º 0.56% 0.6% -
HSV(B) 36.21º 0.55% 0.82% -
XYZ 41.87 41.06 16.31 -
YUV 169.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 210 164 94 0 0.22 0.55 0.18 36.21 0.56 0.6
Hex D2 A4 5E 0 16 37 12 24 38 3C
Octal 322 244 136 0 26 67 22 44 70 74
Binary 11010010 10100100 1011110 0 10110 110111 10010 100100 111000 111100

Color Harmonies of #D2A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A45E

Black with #D2A45E

Text Example


Text Example

White with #D2A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A45E; }

 p { color: rgb(210,164,94); }

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

background-color css

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

 a { background-color: rgb(210,164,94); }

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

border-color css

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

 span { border-color: rgb(210,164,94); }

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