Html Css Color HEX #D4A851 Apache

📋 copy color: '#D4A851'

red 212 ◦ green 168 ◦ blue 81

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

Shades of Apache #D4A851

Tints of Apache #D4A851

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 45.99%
G = 36.44%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4A851 (or 0xD4A851) is known color: Apache. HEX triplet: D4, A8 and 51. RGB value is (212,168,81). Sum of RGB (Red+Green+Blue) = 212+168+81=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A851 is #2B57AE. Grayscale: #ABABAB. Windows color (decimal): -2840495 or 5351636. OLE color: 5351636.

HSL color Cylindrical-coordinate representation of color #D4A851: hue angle of 39.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4A851 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 81 -
CMYK 0 0.21 0.62 0.17
HSL 39.85º 0.6% 0.57% -
HSV(B) 39.85º 0.62% 0.83% -
XYZ 42.64 42.6 13.76 -
YUV 171.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 212 168 81 0 0.21 0.62 0.17 39.85 0.6 0.57
Hex D4 A8 51 0 15 3E 11 28 3C 39
Octal 324 250 121 0 25 76 21 50 74 71
Binary 11010100 10101000 1010001 0 10101 111110 10001 101000 111100 111001

Color Harmonies of #D4A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A851

Black with #D4A851

Text Example


Text Example

White with #D4A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A851; }

 p { color: rgb(212,168,81); }

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

background-color css

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

 a { background-color: rgb(212,168,81); }

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

border-color css

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

 span { border-color: rgb(212,168,81); }

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