Html Css Color HEX #D4A358 Apache

📋 copy color: '#D4A358'

red 212 ◦ green 163 ◦ blue 88

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

Shades of Apache #D4A358

Tints of Apache #D4A358

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 45.79%
G = 35.21%
B = 19.01%

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

#D4A358 (or 0xD4A358) is known color: Apache. HEX triplet: D4, A3 and 58. RGB value is (212,163,88). Sum of RGB (Red+Green+Blue) = 212+163+88=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A358 is #2B5CA7. Grayscale: #A9A9A9. Windows color (decimal): -2841768 or 5809108. OLE color: 5809108.

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

Color convert

RGB 212 163 88 -
CMYK 0 0.23 0.58 0.17
HSL 36.29º 0.59% 0.59% -
HSV(B) 36.29º 0.58% 0.83% -
XYZ 42.01 40.9 14.91 -
YUV 169.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 212 163 88 0 0.23 0.58 0.17 36.29 0.59 0.59
Hex D4 A3 58 0 17 3A 11 24 3B 3B
Octal 324 243 130 0 27 72 21 44 73 73
Binary 11010100 10100011 1011000 0 10111 111010 10001 100100 111011 111011

Color Harmonies of #D4A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A358

Black with #D4A358

Text Example


Text Example

White with #D4A358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A358; }

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

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

background-color css

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

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

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

border-color css

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

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

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