Html Css Color HEX #D4A060 Apache

📋 copy color: '#D4A060'

red 212 ◦ green 160 ◦ blue 96

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

Shades of Apache #D4A060

Tints of Apache #D4A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 45.3%
G = 34.19%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4A060 (or 0xD4A060) is known color: Apache. HEX triplet: D4, A0 and 60. RGB value is (212,160,96). Sum of RGB (Red+Green+Blue) = 212+160+96=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A060 is #2B5F9F. Grayscale: #A8A8A8. Windows color (decimal): -2842528 or 6332628. OLE color: 6332628.

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

Color convert

RGB 212 160 96 -
CMYK 0 0.25 0.55 0.17
HSL 33.1º 0.57% 0.6% -
HSV(B) 33.1º 0.55% 0.83% -
XYZ 41.83 39.98 16.58 -
YUV 168.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 212 160 96 0 0.25 0.55 0.17 33.1 0.57 0.6
Hex D4 A0 60 0 19 37 11 21 39 3C
Octal 324 240 140 0 31 67 21 41 71 74
Binary 11010100 10100000 1100000 0 11001 110111 10001 100001 111001 111100

Color Harmonies of #D4A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A060

Black with #D4A060

Text Example


Text Example

White with #D4A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A060; }

 p { color: rgb(212,160,96); }

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

background-color css

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

 a { background-color: rgb(212,160,96); }

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

border-color css

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

 span { border-color: rgb(212,160,96); }

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