Html Css Color HEX #D5A251 Apache

📋 copy color: '#D5A251'

red 213 ◦ green 162 ◦ blue 81

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

Shades of Apache #D5A251

Tints of Apache #D5A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.53%

 BLUE value IS 81 (32.03% from 255) = 17.76%

R = 46.71%
G = 35.53%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5A251 (or 0xD5A251) is known color: Apache. HEX triplet: D5, A2 and 51. RGB value is (213,162,81). Sum of RGB (Red+Green+Blue) = 213+162+81=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A251 is #2A5DAE. Grayscale: #A8A8A8. Windows color (decimal): -2776495 or 5350101. OLE color: 5350101.

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

Color convert

RGB 213 162 81 -
CMYK 0 0.24 0.62 0.16
HSL 36.82º 0.61% 0.58% -
HSV(B) 36.82º 0.62% 0.84% -
XYZ 41.85 40.58 13.41 -
YUV 168.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 213 162 81 0 0.24 0.62 0.16 36.82 0.61 0.58
Hex D5 A2 51 0 18 3E 10 25 3D 3A
Octal 325 242 121 0 30 76 20 45 75 72
Binary 11010101 10100010 1010001 0 11000 111110 10000 100101 111101 111010

Color Harmonies of #D5A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A251

Black with #D5A251

Text Example


Text Example

White with #D5A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A251; }

 p { color: rgb(213,162,81); }

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

background-color css

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

 a { background-color: rgb(213,162,81); }

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

border-color css

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

 span { border-color: rgb(213,162,81); }

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