Html Css Color HEX #D4A750 Apache

📋 copy color: '#D4A750'

red 212 ◦ green 167 ◦ blue 80

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

Shades of Apache #D4A750

Tints of Apache #D4A750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 46.19%
G = 36.38%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4A750 (or 0xD4A750) is known color: Apache. HEX triplet: D4, A7 and 50. RGB value is (212,167,80). Sum of RGB (Red+Green+Blue) = 212+167+80=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A750 is #2B58AF. Grayscale: #AAAAAA. Windows color (decimal): -2840752 or 5285844. OLE color: 5285844.

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

Color convert

RGB 212 167 80 -
CMYK 0 0.21 0.62 0.17
HSL 39.55º 0.61% 0.57% -
HSV(B) 39.55º 0.62% 0.83% -
XYZ 42.42 42.21 13.5 -
YUV 170.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 212 167 80 0 0.21 0.62 0.17 39.55 0.61 0.57
Hex D4 A7 50 0 15 3E 11 28 3D 39
Octal 324 247 120 0 25 76 21 50 75 71
Binary 11010100 10100111 1010000 0 10101 111110 10001 101000 111101 111001

Color Harmonies of #D4A750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A750

Black with #D4A750

Text Example


Text Example

White with #D4A750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A750; }

 p { color: rgb(212,167,80); }

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

background-color css

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

 a { background-color: rgb(212,167,80); }

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

border-color css

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

 span { border-color: rgb(212,167,80); }

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