Html Css Color HEX #D2A45D Apache

📋 copy color: '#D2A45D'

red 210 ◦ green 164 ◦ blue 93

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

Shades of Apache #D2A45D

Tints of Apache #D2A45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 44.97%
G = 35.12%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2A45D (or 0xD2A45D) is known color: Apache. HEX triplet: D2, A4 and 5D. RGB value is (210,164,93). Sum of RGB (Red+Green+Blue) = 210+164+93=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A45D is #2D5BA2. Grayscale: #A9A9A9. Windows color (decimal): -2972579 or 6137042. OLE color: 6137042.

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

Color convert

RGB 210 164 93 -
CMYK 0 0.22 0.56 0.18
HSL 36.41º 0.57% 0.59% -
HSV(B) 36.41º 0.56% 0.82% -
XYZ 41.83 41.04 16.07 -
YUV 169.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 210 164 93 0 0.22 0.56 0.18 36.41 0.57 0.59
Hex D2 A4 5D 0 16 38 12 24 39 3B
Octal 322 244 135 0 26 70 22 44 71 73
Binary 11010010 10100100 1011101 0 10110 111000 10010 100100 111001 111011

Color Harmonies of #D2A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A45D

Black with #D2A45D

Text Example


Text Example

White with #D2A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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