Html Css Color HEX #D5A450 Apache

📋 copy color: '#D5A450'

red 213 ◦ green 164 ◦ blue 80

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

Shades of Apache #D5A450

Tints of Apache #D5A450

RGB

 RED value IS 213 (83.59% from 255) = 46.61%

 GREEN value IS 164 (64.45% from 255) = 35.89%

 BLUE value IS 80 (31.64% from 255) = 17.51%

R = 46.61%
G = 35.89%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5A450 (or 0xD5A450) is known color: Apache. HEX triplet: D5, A4 and 50. RGB value is (213,164,80). Sum of RGB (Red+Green+Blue) = 213+164+80=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A450 is #2A5BAF. Grayscale: #A9A9A9. Windows color (decimal): -2775984 or 5285077. OLE color: 5285077.

HSL color Cylindrical-coordinate representation of color #D5A450: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5A450 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 80 -
CMYK 0 0.23 0.62 0.16
HSL 37.89º 0.61% 0.57% -
HSV(B) 37.89º 0.62% 0.84% -
XYZ 42.16 41.28 13.33 -
YUV 169.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 213 164 80 0 0.23 0.62 0.16 37.89 0.61 0.57
Hex D5 A4 50 0 17 3E 10 26 3D 39
Octal 325 244 120 0 27 76 20 46 75 71
Binary 11010101 10100100 1010000 0 10111 111110 10000 100110 111101 111001

Color Harmonies of #D5A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A450

Black with #D5A450

Text Example


Text Example

White with #D5A450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A450; }

 p { color: rgb(213,164,80); }

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

background-color css

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

 a { background-color: rgb(213,164,80); }

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

border-color css

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

 span { border-color: rgb(213,164,80); }

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