Html Css Color HEX #D4A858 Apache

📋 copy color: '#D4A858'

red 212 ◦ green 168 ◦ blue 88

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

Shades of Apache #D4A858

Tints of Apache #D4A858

RGB

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

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

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

R = 45.3%
G = 35.9%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A858 (or 0xD4A858) is known color: Apache. HEX triplet: D4, A8 and 58. RGB value is (212,168,88). Sum of RGB (Red+Green+Blue) = 212+168+88=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A858 is #2B57A7. Grayscale: #ACACAC. Windows color (decimal): -2840488 or 5810388. OLE color: 5810388.

HSL color Cylindrical-coordinate representation of color #D4A858: hue angle of 38.71º 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 #D4A858 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 88 -
CMYK 0 0.21 0.58 0.17
HSL 38.71º 0.59% 0.59% -
HSV(B) 38.71º 0.58% 0.83% -
XYZ 42.92 42.71 15.21 -
YUV 172.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 212 168 88 0 0.21 0.58 0.17 38.71 0.59 0.59
Hex D4 A8 58 0 15 3A 11 27 3B 3B
Octal 324 250 130 0 25 72 21 47 73 73
Binary 11010100 10101000 1011000 0 10101 111010 10001 100111 111011 111011

Color Harmonies of #D4A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A858

Black with #D4A858

Text Example


Text Example

White with #D4A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A858; }

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

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

background-color css

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

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

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

border-color css

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

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

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