Html Css Color HEX #D2AE54 Apache

📋 copy color: '#D2AE54'

red 210 ◦ green 174 ◦ blue 84

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

Shades of Apache #D2AE54

Tints of Apache #D2AE54

RGB

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

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

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

R = 44.87%
G = 37.18%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D2AE54 (or 0xD2AE54) is known color: Apache. HEX triplet: D2, AE and 54. RGB value is (210,174,84). Sum of RGB (Red+Green+Blue) = 210+174+84=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE54 is #2D51AB. Grayscale: #AEAEAE. Windows color (decimal): -2970028 or 5549778. OLE color: 5549778.

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

Color convert

RGB 210 174 84 -
CMYK 0 0.17 0.6 0.18
HSL 42.86º 0.58% 0.58% -
HSV(B) 42.86º 0.6% 0.82% -
XYZ 43.31 44.61 14.72 -
YUV 174.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 210 174 84 0 0.17 0.6 0.18 42.86 0.58 0.58
Hex D2 AE 54 0 11 3C 12 2B 3A 3A
Octal 322 256 124 0 21 74 22 53 72 72
Binary 11010010 10101110 1010100 0 10001 111100 10010 101011 111010 111010

Color Harmonies of #D2AE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE54

Black with #D2AE54

Text Example


Text Example

White with #D2AE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE54; }

 p { color: rgb(210,174,84); }

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

background-color css

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

 a { background-color: rgb(210,174,84); }

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

border-color css

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

 span { border-color: rgb(210,174,84); }

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