Html Css Color HEX #D5AB54 Apache

📋 copy color: '#D5AB54'

red 213 ◦ green 171 ◦ blue 84

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

Shades of Apache #D5AB54

Tints of Apache #D5AB54

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

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

R = 45.51%
G = 36.54%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5AB54 (or 0xD5AB54) is known color: Apache. HEX triplet: D5, AB and 54. RGB value is (213,171,84). Sum of RGB (Red+Green+Blue) = 213+171+84=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB54 is #2A54AB. Grayscale: #AEAEAE. Windows color (decimal): -2774188 or 5549013. OLE color: 5549013.

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

Color convert

RGB 213 171 84 -
CMYK 0 0.20 0.61 0.16
HSL 40.47º 0.61% 0.58% -
HSV(B) 40.47º 0.61% 0.84% -
XYZ 43.6 43.91 14.57 -
YUV 173.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 213 171 84 0 0.20 0.61 0.16 40.47 0.61 0.58
Hex D5 AB 54 0 14 3D 10 28 3D 3A
Octal 325 253 124 0 24 75 20 50 75 72
Binary 11010101 10101011 1010100 0 10100 111101 10000 101000 111101 111010

Color Harmonies of #D5AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB54

Black with #D5AB54

Text Example


Text Example

White with #D5AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB54; }

 p { color: rgb(213,171,84); }

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

background-color css

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

 a { background-color: rgb(213,171,84); }

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

border-color css

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

 span { border-color: rgb(213,171,84); }

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