Html Css Color HEX #D3AE59 Apache

📋 copy color: '#D3AE59'

red 211 ◦ green 174 ◦ blue 89

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

Shades of Apache #D3AE59

Tints of Apache #D3AE59

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.71%

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 44.51%
G = 36.71%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D3AE59 (or 0xD3AE59) is known color: Apache. HEX triplet: D3, AE and 59. RGB value is (211,174,89). Sum of RGB (Red+Green+Blue) = 211+174+89=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE59 is #2C51A6. Grayscale: #AFAFAF. Windows color (decimal): -2904487 or 5877459. OLE color: 5877459.

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

Color convert

RGB 211 174 89 -
CMYK 0 0.18 0.58 0.17
HSL 41.8º 0.58% 0.59% -
HSV(B) 41.8º 0.58% 0.83% -
XYZ 43.8 44.84 15.8 -
YUV 175.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 211 174 89 0 0.18 0.58 0.17 41.8 0.58 0.59
Hex D3 AE 59 0 12 3A 11 2A 3A 3B
Octal 323 256 131 0 22 72 21 52 72 73
Binary 11010011 10101110 1011001 0 10010 111010 10001 101010 111010 111011

Color Harmonies of #D3AE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE59

Black with #D3AE59

Text Example


Text Example

White with #D3AE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE59; }

 p { color: rgb(211,174,89); }

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

background-color css

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

 a { background-color: rgb(211,174,89); }

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

border-color css

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

 span { border-color: rgb(211,174,89); }

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