Html Css Color HEX #D4A04D Apache

📋 copy color: '#D4A04D'

red 212 ◦ green 160 ◦ blue 77

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

Shades of Apache #D4A04D

Tints of Apache #D4A04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 47.22%
G = 35.63%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4A04D (or 0xD4A04D) is known color: Apache. HEX triplet: D4, A0 and 4D. RGB value is (212,160,77). Sum of RGB (Red+Green+Blue) = 212+160+77=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A04D is #2B5FB2. Grayscale: #A6A6A6. Windows color (decimal): -2842547 or 5087444. OLE color: 5087444.

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

Color convert

RGB 212 160 77 -
CMYK 0 0.25 0.64 0.17
HSL 36.89º 0.61% 0.57% -
HSV(B) 36.89º 0.64% 0.83% -
XYZ 41.06 39.67 12.51 -
YUV 166.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 212 160 77 0 0.25 0.64 0.17 36.89 0.61 0.57
Hex D4 A0 4D 0 19 40 11 25 3D 39
Octal 324 240 115 0 31 100 21 45 75 71
Binary 11010100 10100000 1001101 0 11001 1000000 10001 100101 111101 111001

Color Harmonies of #D4A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A04D

Black with #D4A04D

Text Example


Text Example

White with #D4A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A04D; }

 p { color: rgb(212,160,77); }

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

background-color css

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

 a { background-color: rgb(212,160,77); }

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

border-color css

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

 span { border-color: rgb(212,160,77); }

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