Html Css Color HEX #D4A454 Apache

📋 copy color: '#D4A454'

red 212 ◦ green 164 ◦ blue 84

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

Shades of Apache #D4A454

Tints of Apache #D4A454

RGB

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

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

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

R = 46.09%
G = 35.65%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D4A454 (or 0xD4A454) is known color: Apache. HEX triplet: D4, A4 and 54. RGB value is (212,164,84). Sum of RGB (Red+Green+Blue) = 212+164+84=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A454 is #2B5BAB. Grayscale: #A9A9A9. Windows color (decimal): -2841516 or 5547220. OLE color: 5547220.

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

Color convert

RGB 212 164 84 -
CMYK 0 0.23 0.60 0.17
HSL 37.5º 0.6% 0.58% -
HSV(B) 37.5º 0.6% 0.83% -
XYZ 42.03 41.19 14.12 -
YUV 169.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 212 164 84 0 0.23 0.60 0.17 37.5 0.6 0.58
Hex D4 A4 54 0 17 3C 11 26 3C 3A
Octal 324 244 124 0 27 74 21 46 74 72
Binary 11010100 10100100 1010100 0 10111 111100 10001 100110 111100 111010

Color Harmonies of #D4A454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A454

Black with #D4A454

Text Example


Text Example

White with #D4A454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A454; }

 p { color: rgb(212,164,84); }

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

background-color css

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

 a { background-color: rgb(212,164,84); }

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

border-color css

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

 span { border-color: rgb(212,164,84); }

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