Html Css Color HEX #D4B059 Apache

📋 copy color: '#D4B059'

red 212 ◦ green 176 ◦ blue 89

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

Shades of Apache #D4B059

Tints of Apache #D4B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

 BLUE value IS 89 (35.16% from 255) = 18.66%

R = 44.44%
G = 36.9%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4B059 (or 0xD4B059) is known color: Apache. HEX triplet: D4, B0 and 59. RGB value is (212,176,89). Sum of RGB (Red+Green+Blue) = 212+176+89=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B059 is #2B4FA6. Grayscale: #B1B1B1. Windows color (decimal): -2838439 or 5877972. OLE color: 5877972.

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

Color convert

RGB 212 176 89 -
CMYK 0 0.17 0.58 0.17
HSL 42.44º 0.59% 0.59% -
HSV(B) 42.44º 0.58% 0.83% -
XYZ 44.48 45.77 15.94 -
YUV 176.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 212 176 89 0 0.17 0.58 0.17 42.44 0.59 0.59
Hex D4 B0 59 0 11 3A 11 2A 3B 3B
Octal 324 260 131 0 21 72 21 52 73 73
Binary 11010100 10110000 1011001 0 10001 111010 10001 101010 111011 111011

Color Harmonies of #D4B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B059

Black with #D4B059

Text Example


Text Example

White with #D4B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B059; }

 p { color: rgb(212,176,89); }

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

background-color css

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

 a { background-color: rgb(212,176,89); }

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

border-color css

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

 span { border-color: rgb(212,176,89); }

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