Html Css Color HEX #D4A458 Apache

📋 copy color: '#D4A458'

red 212 ◦ green 164 ◦ blue 88

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

Shades of Apache #D4A458

Tints of Apache #D4A458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.97%

R = 45.69%
G = 35.34%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A458 (or 0xD4A458) is known color: Apache. HEX triplet: D4, A4 and 58. RGB value is (212,164,88). Sum of RGB (Red+Green+Blue) = 212+164+88=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A458 is #2B5BA7. Grayscale: #AAAAAA. Windows color (decimal): -2841512 or 5809364. OLE color: 5809364.

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

Color convert

RGB 212 164 88 -
CMYK 0 0.23 0.58 0.17
HSL 36.77º 0.59% 0.59% -
HSV(B) 36.77º 0.58% 0.83% -
XYZ 42.19 41.25 14.97 -
YUV 169.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 212 164 88 0 0.23 0.58 0.17 36.77 0.59 0.59
Hex D4 A4 58 0 17 3A 11 25 3B 3B
Octal 324 244 130 0 27 72 21 45 73 73
Binary 11010100 10100100 1011000 0 10111 111010 10001 100101 111011 111011

Color Harmonies of #D4A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A458

Black with #D4A458

Text Example


Text Example

White with #D4A458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A458; }

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

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

background-color css

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

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

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

border-color css

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

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

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