Html Css Color HEX #D3AE53 Apache

📋 copy color: '#D3AE53'

red 211 ◦ green 174 ◦ blue 83

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

Shades of Apache #D3AE53

Tints of Apache #D3AE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.74%

R = 45.09%
G = 37.18%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D3AE53 (or 0xD3AE53) is known color: Apache. HEX triplet: D3, AE and 53. RGB value is (211,174,83). Sum of RGB (Red+Green+Blue) = 211+174+83=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE53 is #2C51AC. Grayscale: #AFAFAF. Windows color (decimal): -2904493 or 5484243. OLE color: 5484243.

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

Color convert

RGB 211 174 83 -
CMYK 0 0.18 0.61 0.17
HSL 42.66º 0.59% 0.58% -
HSV(B) 42.66º 0.61% 0.83% -
XYZ 43.56 44.75 14.52 -
YUV 174.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 211 174 83 0 0.18 0.61 0.17 42.66 0.59 0.58
Hex D3 AE 53 0 12 3D 11 2B 3B 3A
Octal 323 256 123 0 22 75 21 53 73 72
Binary 11010011 10101110 1010011 0 10010 111101 10001 101011 111011 111010

Color Harmonies of #D3AE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE53

Black with #D3AE53

Text Example


Text Example

White with #D3AE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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