Html Css Color HEX #D3A04D Apache

📋 copy color: '#D3A04D'

red 211 ◦ green 160 ◦ blue 77

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

Shades of Apache #D3A04D

Tints of Apache #D3A04D

RGB

 RED value IS 211 (82.81% from 255) = 47.1%

 GREEN value IS 160 (62.89% from 255) = 35.71%

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 47.1%
G = 35.71%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3A04D (or 0xD3A04D) is known color: Apache. HEX triplet: D3, A0 and 4D. RGB value is (211,160,77). Sum of RGB (Red+Green+Blue) = 211+160+77=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A04D is #2C5FB2. Grayscale: #A6A6A6. Windows color (decimal): -2908083 or 5087443. OLE color: 5087443.

HSL color Cylindrical-coordinate representation of color #D3A04D: hue angle of 37.16º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3A04D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 160 77 -
CMYK 0 0.24 0.64 0.17
HSL 37.16º 0.6% 0.56% -
HSV(B) 37.16º 0.64% 0.83% -
XYZ 40.77 39.53 12.5 -
YUV 165.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 211 160 77 0 0.24 0.64 0.17 37.16 0.6 0.56
Hex D3 A0 4D 0 18 40 11 25 3C 38
Octal 323 240 115 0 30 100 21 45 74 70
Binary 11010011 10100000 1001101 0 11000 1000000 10001 100101 111100 111000

Color Harmonies of #D3A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A04D

Black with #D3A04D

Text Example


Text Example

White with #D3A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A04D; }

 p { color: rgb(211,160,77); }

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

background-color css

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

 a { background-color: rgb(211,160,77); }

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

border-color css

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

 span { border-color: rgb(211,160,77); }

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