Html Css Color HEX #D3A554 Apache

📋 copy color: '#D3A554'

red 211 ◦ green 165 ◦ blue 84

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

Shades of Apache #D3A554

Tints of Apache #D3A554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.87%

 BLUE value IS 84 (33.2% from 255) = 18.26%

R = 45.87%
G = 35.87%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D3A554 (or 0xD3A554) is known color: Apache. HEX triplet: D3, A5 and 54. RGB value is (211,165,84). Sum of RGB (Red+Green+Blue) = 211+165+84=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A554 is #2C5AAB. Grayscale: #A9A9A9. Windows color (decimal): -2906796 or 5547475. OLE color: 5547475.

HSL color Cylindrical-coordinate representation of color #D3A554: hue angle of 38.27º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3A554 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 84 -
CMYK 0 0.22 0.60 0.17
HSL 38.27º 0.59% 0.58% -
HSV(B) 38.27º 0.6% 0.83% -
XYZ 41.92 41.4 14.17 -
YUV 169.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 211 165 84 0 0.22 0.60 0.17 38.27 0.59 0.58
Hex D3 A5 54 0 16 3C 11 26 3B 3A
Octal 323 245 124 0 26 74 21 46 73 72
Binary 11010011 10100101 1010100 0 10110 111100 10001 100110 111011 111010

Color Harmonies of #D3A554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A554

Black with #D3A554

Text Example


Text Example

White with #D3A554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A554; }

 p { color: rgb(211,165,84); }

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

background-color css

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

 a { background-color: rgb(211,165,84); }

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

border-color css

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

 span { border-color: rgb(211,165,84); }

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